diff --git a/.github/workflows/nodejs-test.yml b/.github/workflows/nodejs-test.yml index 92e2871..c06fd07 100644 --- a/.github/workflows/nodejs-test.yml +++ b/.github/workflows/nodejs-test.yml @@ -12,7 +12,7 @@ jobs: node: [16.x, 18.x, 20.x, 22.x] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 611e06d..4c5dd35 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,7 +13,7 @@ jobs: token: ${{secrets.GITHUB_TOKEN}} # The logic below handles the npm publication: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # these if statements ensure that a publication only occurs when # a new release is created: if: ${{ steps.release.outputs.release_created }}