From aa6ffe063f09a61bf68105b4a2bf101c699cc0fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:45:50 +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-python-zensical.yml | 2 +- .github/workflows/deploy-zensical.yml | 2 +- .github/workflows/links.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-python-zensical.yml b/.github/workflows/ci-python-zensical.yml index 0c89097..146aa6f 100644 --- a/.github/workflows/ci-python-zensical.yml +++ b/.github/workflows/ci-python-zensical.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) Install uv (with caching and uv.lock awareness) uses: astral-sh/setup-uv@v7 diff --git a/.github/workflows/deploy-zensical.yml b/.github/workflows/deploy-zensical.yml index b2a2866..961bac5 100644 --- a/.github/workflows/deploy-zensical.yml +++ b/.github/workflows/deploy-zensical.yml @@ -43,7 +43,7 @@ jobs: - name: A1) Checkout repository code # WHY: Needed to access files for checks. - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: A2) Configure GitHub Pages # WHY: Sets Pages metadata for deployments. diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index e29ac47..fd74b15 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -38,7 +38,7 @@ jobs: steps: - name: 1) Checkout repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 2) Check links with Lychee id: lychee diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e22cd6..e1811e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: # === ASSEMBLE === - name: A1) Checkout this repository with full history and tags - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true