From ba2f3bfdb153553594689344b7cdb19df716d018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:43:59 +0000 Subject: [PATCH] (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/ci-hygiene-mkdocs.yml | 2 +- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/links.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-hygiene-mkdocs.yml b/.github/workflows/ci-hygiene-mkdocs.yml index b5d405d..8ecc812 100644 --- a/.github/workflows/ci-hygiene-mkdocs.yml +++ b/.github/workflows/ci-hygiene-mkdocs.yml @@ -41,7 +41,7 @@ jobs: - name: A1) Checkout repository code # WHY: Needed to access files for checks. - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: A2) Run pre-commit (all files) # WHY: Single source of truth for locally runnable quality gates. diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ce1cf62..0d7d26c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -35,7 +35,7 @@ jobs: - name: A1) Checkout repository code # WHY: Needed to access files for checks. - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: A2) Install uv (with caching) uses: astral-sh/setup-uv@v7 diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 1c006aa..08e4390 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -28,7 +28,7 @@ jobs: steps: - name: A1) Checkout repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 2) Check links with Lychee uses: lycheeverse/lychee-action@v2