From 6e48839b14fd2dc413c104fd1b5ce8fde70d4f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:15:45 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/pypi-package.yml | 2 +- .github/workflows/test.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5d6802..95b8c3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: versions: ${{ steps.get_versions.outputs.versions }} need_ci: ${{ (steps.preflight.outputs.need_ci == 'true') || (steps.preflight.outputs.need_image == 'true') }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: show-progress: false - id: get_versions diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5427dee..7508618 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: show-progress: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b4adca5..1978f7f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: image_base: ${{ steps.details.outputs.image_base }} need_lint: ${{ steps.preflight.outputs.need_lint == 'true' }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: show-progress: false - id: details @@ -33,7 +33,7 @@ jobs: container: image: ${{ needs.preflight.outputs.image_base }}:main steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: show-progress: false - uses: kpfleming/composite-actions/lint-hatch@v3 diff --git a/.github/workflows/pypi-package.yml b/.github/workflows/pypi-package.yml index 1cf3692..a11874c 100644 --- a/.github/workflows/pypi-package.yml +++ b/.github/workflows/pypi-package.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 show-progress: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c205a7a..3895ed5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: container: image: ${{ inputs.image }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: show-progress: false - name: build wheel