From 46e21ae6f2f0f83ca7bf6b2a52d08fe06f82a73b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:13:59 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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.yml | 2 +- .github/workflows/deploy_5.yml | 2 +- .github/workflows/deploy_5next.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 548e8a53b4..b5c046d44c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: doc-type: ['HTML', 'EPUB', 'PDF'] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: diff --git a/.github/workflows/deploy_5.yml b/.github/workflows/deploy_5.yml index 6b5652f2e7..e828521896 100644 --- a/.github/workflows/deploy_5.yml +++ b/.github/workflows/deploy_5.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/deploy_5next.yml b/.github/workflows/deploy_5next.yml index e161525918..cecbc067c5 100644 --- a/.github/workflows/deploy_5next.yml +++ b/.github/workflows/deploy_5next.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0