diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cddcc4b..541cfdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: matrix: node-version: [18.x, 20.x, 22.x] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: jdx/mise-action@v2 - run: pnpm i - name: types @@ -40,7 +40,7 @@ jobs: CI: true runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v2 with: version: 8.15.9 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbe2cc9..f38d92b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # Need history for changelog generation - uses: pnpm/action-setup@v2