From 6bc26a1d43792ca80c6b447f90c2daa92ea75e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:07:56 +0000 Subject: [PATCH] GitHub Action: Bump actions/checkout Bumps the all-actions-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: all-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/prepare-binaries.yml | 2 +- .github/workflows/validate-kek-updates.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prepare-binaries.yml b/.github/workflows/prepare-binaries.yml index 02a6412..e8b96e8 100644 --- a/.github/workflows/prepare-binaries.yml +++ b/.github/workflows/prepare-binaries.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout Self - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Generate Token if: github.event_name == 'release' diff --git a/.github/workflows/validate-kek-updates.yml b/.github/workflows/validate-kek-updates.yml index 6ab3800..578bb15 100644 --- a/.github/workflows/validate-kek-updates.yml +++ b/.github/workflows/validate-kek-updates.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout PR - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Need full history to compare with base branch