From 69184cc8ee2d5e02ac6d5118f5d2c8834242e5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 04:54:51 +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/governance-checks.yml | 2 +- .github/workflows/validate-release-config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/governance-checks.yml b/.github/workflows/governance-checks.yml index 5579c87..2d84243 100644 --- a/.github/workflows/governance-checks.yml +++ b/.github/workflows/governance-checks.yml @@ -28,7 +28,7 @@ jobs: name: Check required governance artifacts steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Check required files exist and are not empty run: | diff --git a/.github/workflows/validate-release-config.yml b/.github/workflows/validate-release-config.yml index 8a2e707..c654ba8 100644 --- a/.github/workflows/validate-release-config.yml +++ b/.github/workflows/validate-release-config.yml @@ -25,7 +25,7 @@ jobs: name: Validate release decision YAML steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v5