From 521f297a2eaaf20d588ec2d69b8e1b6b93e904b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 23:04:02 +0000 Subject: [PATCH] build(deps): 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/bootstrap.yml | 2 +- .github/workflows/build-deploy-documentation.yml | 2 +- .github/workflows/build-documentation.yml | 2 +- .github/workflows/build-release.yml | 2 +- .github/workflows/libraries-test-suite.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 01ef98958..7d93c0505 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ubuntu-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive - name: Install Dependencies diff --git a/.github/workflows/build-deploy-documentation.yml b/.github/workflows/build-deploy-documentation.yml index 5a7cc8116..14be716e0 100644 --- a/.github/workflows/build-deploy-documentation.yml +++ b/.github/workflows/build-deploy-documentation.yml @@ -21,7 +21,7 @@ jobs: os: [ubuntu-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index b0215db84..b0c04ebef 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -26,7 +26,7 @@ jobs: os: [ubuntu-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a876b44b8..a56feaec3 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -12,7 +12,7 @@ jobs: matrix: os: [macos-latest,ubuntu-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/libraries-test-suite.yml b/.github/workflows/libraries-test-suite.yml index 184cfcfcc..4ca0c1608 100644 --- a/.github/workflows/libraries-test-suite.yml +++ b/.github/workflows/libraries-test-suite.yml @@ -18,7 +18,7 @@ jobs: matrix: os: [macos-latest, ubuntu-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: path: od submodules: recursive