diff --git a/.github/workflows/node-pnpm-build-zip.yml b/.github/workflows/node-pnpm-build-zip.yml index 45346d3..61783a4 100644 --- a/.github/workflows/node-pnpm-build-zip.yml +++ b/.github/workflows/node-pnpm-build-zip.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d957f53..4c252f7 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: id: release with: release-type: simple - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: tag major and minor versions if: ${{ steps.release.outputs.release_created }} run: |