From e17477d5b8f74934e79acb03a382c7f2482b19bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:53:33 +0000 Subject: [PATCH] Chore(deps): Bump actions/checkout in the actions-infrastructure group Bumps the actions-infrastructure group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions-infrastructure ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 2 +- .github/workflows/hatch.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 36fcf07..aae83d4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,7 +27,7 @@ jobs: runs-on: ${{ 'ubuntu-latest' }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Log in to the Container registry diff --git a/.github/workflows/hatch.yml b/.github/workflows/hatch.yml index 9173a28..2c8464d 100644 --- a/.github/workflows/hatch.yml +++ b/.github/workflows/hatch.yml @@ -33,7 +33,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - run: pipx run build @@ -54,7 +54,7 @@ jobs: - os: ubuntu-latest source: sdist steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 if: matrix.source == 'repo' - uses: actions/download-artifact@v6 with: