From 156a7cf1153ad8c5e1b78c77081dbe5d2bd8fc72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:25:15 +0000 Subject: [PATCH] Bump actions/checkout in the github-actions group across 1 directory Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/check-links.yml | 2 +- .github/workflows/ci-pip-tools.yml | 2 +- .github/workflows/ci-poetry.yml | 2 +- .github/workflows/ci-uv.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index c0626fb..e0cb27e 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -12,7 +12,7 @@ jobs: name: Linkspector runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run linkspector uses: umbrelladocs/action-linkspector@v1 with: diff --git a/.github/workflows/ci-pip-tools.yml b/.github/workflows/ci-pip-tools.yml index 056b486..2acc764 100644 --- a/.github/workflows/ci-pip-tools.yml +++ b/.github/workflows/ci-pip-tools.yml @@ -16,7 +16,7 @@ jobs: python-version: ['3.14'] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: diff --git a/.github/workflows/ci-poetry.yml b/.github/workflows/ci-poetry.yml index 69824ac..686edc6 100644 --- a/.github/workflows/ci-poetry.yml +++ b/.github/workflows/ci-poetry.yml @@ -16,7 +16,7 @@ jobs: python-version: ['3.14'] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Poetry run: pipx install poetry diff --git a/.github/workflows/ci-uv.yml b/.github/workflows/ci-uv.yml index 427a5b8..86c910b 100644 --- a/.github/workflows/ci-uv.yml +++ b/.github/workflows/ci-uv.yml @@ -16,7 +16,7 @@ jobs: python-version: ['3.14'] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install the latest version of uv uses: astral-sh/setup-uv@v7