From cff2855b28fe360de87a5cf5b6af95246cf187ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:55:32 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/node.js.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index df3cc3a..2bd9d7c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -24,7 +24,7 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e239c3f..64905e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: node-version: [24.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - name: Publish to npm uses: actions/setup-node@v4 with: