From 06b3173a58fe525a0f42f9b63226bad8279c5603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:35:02 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...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/arch-check.yml | 2 +- .github/workflows/audit-prompt-integrity.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/arch-check.yml b/.github/workflows/arch-check.yml index 3d38fc0..c86c442 100644 --- a/.github/workflows/arch-check.yml +++ b/.github/workflows/arch-check.yml @@ -46,7 +46,7 @@ jobs: --health-retries 30 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: diff --git a/.github/workflows/audit-prompt-integrity.yml b/.github/workflows/audit-prompt-integrity.yml index 55add19..ac828bc 100644 --- a/.github/workflows/audit-prompt-integrity.yml +++ b/.github/workflows/audit-prompt-integrity.yml @@ -37,7 +37,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # Need full history so the diff-lint can compare against # origin/, not just the PR head. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c680e88..7fd6b98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: id-token: write contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: