diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee60c95..e03ff98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v3 - run: pnpm i --frozen-lockfile - name: test run: pnpm test:coverage diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08d0508..bf1fd8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,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 --frozen-lockfile - name: types run: pnpm check:types