From fc0292228c3d2d262001e612c439c8fca83b5b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:32:33 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/ci-cmake.yml | 2 +- .github/workflows/ci-scons.yml | 2 +- .github/workflows/runner.yml | 2 +- .github/workflows/static_checks.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cmake.yml b/.github/workflows/ci-cmake.yml index 6b64a1ddd..e279b2435 100644 --- a/.github/workflows/ci-cmake.yml +++ b/.github/workflows/ci-cmake.yml @@ -105,7 +105,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/ci-scons.yml b/.github/workflows/ci-scons.yml index b2e6e17fd..7e5078b8f 100644 --- a/.github/workflows/ci-scons.yml +++ b/.github/workflows/ci-scons.yml @@ -119,7 +119,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: recursive diff --git a/.github/workflows/runner.yml b/.github/workflows/runner.yml index 62f9327d9..93a2aaed8 100644 --- a/.github/workflows/runner.yml +++ b/.github/workflows/runner.yml @@ -23,7 +23,7 @@ jobs: scons: ${{ steps.filter.outputs.scons_any_changed }} cmake: ${{ steps.filter.outputs.cmake_any_changed }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: recursive - uses: tj-actions/changed-files@v45 diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index 868e80129..2284667d9 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 2