diff --git a/.github/workflows/command.yml b/.github/workflows/command.yml index 08960959..61371300 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 6584abc8..c2ee99e3 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 c9f199f1..39125c15 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 6ae16bba..5995d390 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