From fa14a574a434df7046ad1d6b8d3e677a539383a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 12:54:41 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4.2.5 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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