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