From 2ab42ec2e531315a02fedb74a2abd187d79fe90a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:51:10 +0000 Subject: [PATCH] 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/authors-file.yml | 2 +- .github/workflows/backbot.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/windows.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/authors-file.yml b/.github/workflows/authors-file.yml index 189349d4aa4..d8801e81024 100644 --- a/.github/workflows/authors-file.yml +++ b/.github/workflows/authors-file.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout HEAD - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/backbot.yml b/.github/workflows/backbot.yml index 114c6342f09..dc51d0c6551 100644 --- a/.github/workflows/backbot.yml +++ b/.github/workflows/backbot.yml @@ -38,7 +38,7 @@ jobs: permission-issues: write # Needed to add comments to the PRs created by Backbot and the original PR. - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ steps.backbot-token.outputs.token }} # To make authenticated git operations. sha: ${{ github.event.pull_request.head.sha }} # Checkout the latest commit of the merged PR. diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6f00128e3bd..07ee32a974e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -66,7 +66,7 @@ jobs: steps: - name: Checkout HEAD - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Turn on Problem Matcher run: echo "::add-matcher::.github/problem-matchers/gcc.json" diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8293407d8f9..514019caf70 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout HEAD - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0