From fca7aede922ca7d605b3b7e4d634a32ecf6e59cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:50:31 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/guard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db6b714..2634335 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: AUTH_TRUST_HOST: "true" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup pnpm uses: pnpm/action-setup@v4 diff --git a/.github/workflows/guard.yml b/.github/workflows/guard.yml index 90b387a..119aab3 100644 --- a/.github/workflows/guard.yml +++ b/.github/workflows/guard.yml @@ -12,7 +12,7 @@ jobs: scan: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Scan for forbidden strings run: | if grep -rIniE 'cla[u]de|anthrop[i]c|aneebbaig123|bbaig0425' . \