diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1b2ec3..9695879 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@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 + - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: install: true cache: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7ff0b4e..16e5193 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@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 + - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 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@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 + - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: install: true cache: true