From b16a33caef3c83a4af12a9421915d66500895448 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 23:39:28 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v3 --- .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 5d0b1a7d..4df10234 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 # Need history for changelog generation - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v3 - 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 c1268d7f..a0c40cbd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v3 - run: pnpm i - name: build run: pnpm run build:types @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v3 - run: pnpm i - name: test run: pnpm run test:coverage