From 8b14e975f46978b3033a6fe3bf680dc463377d1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 00:44:17 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 065e235..7ecafe8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 # Need history for changelog generation - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 - run: pnpm i - run: pnpm run build # We need to make sure the checked-in `index.js` actually matches what we expect it to be. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 424447b..607683a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 - run: pnpm i - name: build run: pnpm run build:types @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: jdx/mise-action@v3 + - uses: jdx/mise-action@v4 - run: pnpm i - name: test run: pnpm run test:coverage