From b9e3019169179ca27dcce8f89b0f3f553bdc2e69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 17:55:45 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4 --- .github/workflows/command.yml | 6 +++--- .github/workflows/deploy.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/command.yml b/.github/workflows/command.yml index 0896095..6137130 100644 --- a/.github/workflows/command.yml +++ b/.github/workflows/command.yml @@ -29,7 +29,7 @@ jobs: if: runner.os == 'Linux' || runner.os == 'Windows' with: swift-version: ${{ matrix.swift }} - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 if: runner.os == 'Linux' || runner.os == 'macOS' with: experimental: true @@ -54,7 +54,7 @@ jobs: if: runner.os == 'Linux' || runner.os == 'Windows' with: swift-version: ${{ matrix.swift }} - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 if: runner.os == 'Linux' || runner.os == 'macOS' with: experimental: true @@ -71,7 +71,7 @@ jobs: runs-on: macos-15 steps: - uses: actions/checkout@v4 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 with: experimental: true - name: Run diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6584abc..c2ee99e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 with: experimental: true - run: pnpm install diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c9f199f..39125c1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 with: experimental: true - run: pnpm install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ae16bb..5995d39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 with: experimental: true - name: Check if there are releasable changes