From f4fe9a9c463fddec5d5c518d40fc4ebaae2e19b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:43:03 -0400 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 (#427) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- .github/workflows/main.yml | 6 +++--- .github/workflows/update_head.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 86cd26e..573100e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Git User for Applying Patches # See this thread for more details https://github.community/t/github-actions-bot-email-address/17204/5 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9febec5..ff52fb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: build_type: Debug steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Git User for Applying Patches # See this thread for more details https://github.community/t/github-actions-bot-email-address/17204/5 @@ -295,7 +295,7 @@ jobs: release: [stable, HEAD] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Git User for Applying Patches run: | @@ -388,7 +388,7 @@ jobs: release: [stable, HEAD] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Git User for Applying Patches run: | diff --git a/.github/workflows/update_head.yml b/.github/workflows/update_head.yml index 3e254dd..0271c8f 100644 --- a/.github/workflows/update_head.yml +++ b/.github/workflows/update_head.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: