From 626a48e89018b4d486d9bfd68bff574493020eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:15:42 +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/CI.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4445bce..112e97e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ jobs: runs-on: [ubuntu-24.04-arm, ubuntu-latest, macos-latest] runs-on: ${{ matrix.runs-on }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 @@ -42,7 +42,7 @@ jobs: - { sys: ucrt64, env: ucrt-x86_64 } # ucrt + libstdc++ - { sys: clang64, env: clang-x86_64 } # ucrt + libc++ steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: path: temp submodules: recursive diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9ce4942..0442391 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create Build Environment # Some projects don't allow in-source building, so create a separate build directory