From 731a85cf3c09fa3ef8d90f7eb41955d44cd19aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:53:00 +0000 Subject: [PATCH] [ci] 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 | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update_dependencies.yml | 2 +- .github/workflows/update_submodules.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b76d9d8..92fe1953 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout timeout-minutes: 10 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: "recursive" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef61b0aa..290002bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout timeout-minutes: 10 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: "recursive" diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index d754bc07..0c6de8e6 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout timeout-minutes: 10 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 submodules: "recursive" diff --git a/.github/workflows/update_submodules.yml b/.github/workflows/update_submodules.yml index 693f0abd..5ad25db4 100644 --- a/.github/workflows/update_submodules.yml +++ b/.github/workflows/update_submodules.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout timeout-minutes: 10 - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: "recursive" fetch-depth: 0