From 6888ca75027ca2713db537f965d8ac990edbb19a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:52:50 +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/ci.yml | 22 +++++++++++----------- .github/workflows/github-pages.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8021a29..c25a1157 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: container: image: python:3.14.5-slim-trixie steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # with: # fetch-depth: 0 # fetch-tags: true @@ -87,7 +87,7 @@ jobs: apt-get update apt-get install -y --no-install-recommends git git-lfs # This does not strictly require LFS but we want the checkout before the compatibility matrix - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ./.github/actions/setup # with: # minimal: 'false' @@ -104,7 +104,7 @@ jobs: container: image: python:3.14.5-slim-trixie steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # with: # fetch-depth: 0 # fetch-tags: true @@ -122,7 +122,7 @@ jobs: name: Lint / gitleaks runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: pre-commit/action@v3.0.1 with: extra_args: gitleaks @@ -131,7 +131,7 @@ jobs: name: Lint / pre-commit runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: pre-commit/action@v3.0.1 with: extra_args: check-merge-conflict @@ -168,7 +168,7 @@ jobs: run: | apt-get update apt-get install -y --no-install-recommends git git-lfs - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # - uses: nschloe/action-cached-lfs-checkout@v1 with: # fetch-depth: 0 @@ -198,7 +198,7 @@ jobs: run: | apt-get update apt-get install -y --no-install-recommends git git-lfs - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # - uses: nschloe/action-cached-lfs-checkout@v1 with: # fetch-depth: 0 @@ -272,7 +272,7 @@ jobs: run: | apt-get update apt-get install -y --no-install-recommends git git-lfs - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # # Remove Git LFS on purpose to check the LFS downloader lfs: false @@ -304,7 +304,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # with: Reduce Git LFS bandwidth # fetch-depth: 0 # fetch-tags: true @@ -326,7 +326,7 @@ jobs: runs-on: ubuntu-latest needs: [examples, healthcheck] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: 3.x @@ -353,7 +353,7 @@ jobs: container: image: python:3.14.5-slim-trixie steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 # with: # fetch-depth: 0 # fetch-tags: true diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 1344e369..a1b3be46 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -61,7 +61,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} if: github.event.repository.fork == false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: 3.x diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ea8aa60..11af36ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: name: Build distribution runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false