From ce5bea8ca6a7b3f51cc9ce47301522b4fd3cc716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:43:13 +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/build_site.yml | 2 +- .github/workflows/dispatch_build_site.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_site.yml b/.github/workflows/build_site.yml index c2476b436..5997a2fd2 100644 --- a/.github/workflows/build_site.yml +++ b/.github/workflows/build_site.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.CI_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/dispatch_build_site.yml b/.github/workflows/dispatch_build_site.yml index 6ace5cc21..6d6fa3c17 100644 --- a/.github/workflows/dispatch_build_site.yml +++ b/.github/workflows/dispatch_build_site.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.CI_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fea5e2b71..c5a6afb92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout HEAD - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Determine commit id: determine-commit