diff --git a/.github/workflows/file-system.yml b/.github/workflows/file-system.yml index c64fc2c..3106a89 100644 --- a/.github/workflows/file-system.yml +++ b/.github/workflows/file-system.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: sudo xcode-select -s /Applications/Xcode_16.3.app - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 - name: Run run: mise run build-spm @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 - name: Run run: mise run build-linux @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@v6 - run: sudo xcode-select -s /Applications/Xcode_16.3.app - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 - name: Run run: mise run test-spm @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 - name: Run run: mise run test-linux @@ -123,6 +123,6 @@ jobs: steps: - uses: actions/checkout@v6 - run: sudo xcode-select -s /Applications/Xcode_16.3.app - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 - name: Run run: mise run lint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea0de21..0ed1cf9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 with: experimental: true - name: Check if there are releasable changes