From 9e7a6cca8d5740f132b7a8dedba42bede4463afe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:42:38 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yml | 2 +- .github/workflows/most-helpful-contributors.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f62b328..7693fd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: run: working-directory: scripts steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: node-version: lts/* diff --git a/.github/workflows/most-helpful-contributors.yml b/.github/workflows/most-helpful-contributors.yml index e130343..c42aa1d 100644 --- a/.github/workflows/most-helpful-contributors.yml +++ b/.github/workflows/most-helpful-contributors.yml @@ -12,7 +12,7 @@ jobs: run: working-directory: scripts steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-node@v6 with: node-version: lts/*