From 84d3ea9918b5d0905e5bb0418e7628276d452c59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:44:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/bun-test.yml | 2 +- .github/workflows/nodejs-test.yml | 2 +- .github/workflows/release-please.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bun-test.yml b/.github/workflows/bun-test.yml index 1d103c8..9449c31 100644 --- a/.github/workflows/bun-test.yml +++ b/.github/workflows/bun-test.yml @@ -13,7 +13,7 @@ jobs: bun: [latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Use Bun ${{ matrix.bun }} uses: oven-sh/setup-bun@v2 with: diff --git a/.github/workflows/nodejs-test.yml b/.github/workflows/nodejs-test.yml index e7d1e23..5ee0934 100644 --- a/.github/workflows/nodejs-test.yml +++ b/.github/workflows/nodejs-test.yml @@ -13,7 +13,7 @@ jobs: node: [18.x, 20.x, 22.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v4 with: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f5622e2..8015b71 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,7 +19,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} # The logic below handles the npm publication: - - uses: actions/checkout@v4 + - 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 }}