diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9695879..4dffc14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: # mise.toml pins node and yarn (in lockstep with .nvmrc and # package.json's packageManager), so CI and local checkouts run the same # toolchain without a separate corepack step. - - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 + - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: install: true cache: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 16e5193..6b0c20c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -71,7 +71,7 @@ jobs: BASE_REF: ${{ github.base_ref }} run: git fetch origin "$BASE_REF":refs/remotes/origin/"$BASE_REF" - - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 + - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: install: true cache: true @@ -145,7 +145,7 @@ jobs: echo "'$TAG_NAME' not found (first run), falling back to HEAD~1" fi - - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 + - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: install: true cache: true