From 9d2feb8e55ea219864653e65ed993b479e166b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 15:35:06 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/authors-file.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/authors-file.yml b/.github/workflows/authors-file.yml index c3686362a..189349d4a 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@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b80f33c71..7a894652f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -64,7 +64,7 @@ jobs: steps: - name: Checkout HEAD - uses: actions/checkout@v5 + uses: actions/checkout@v6 - 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 3dd237ee6..a2c91eb00 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout HEAD - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0