From 84bb857320b16b76da64d66d3e5ba579f04f8202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:32:34 +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 | 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 95b8c3d..8c1f77e 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@v6 + - uses: actions/checkout@v7 with: show-progress: false - id: get_versions diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4d4c2d4..42e83cf 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@v6 + uses: actions/checkout@v7 with: show-progress: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1978f7f..0bd2ffc 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@v6 + - uses: actions/checkout@v7 with: show-progress: false - id: details @@ -33,7 +33,7 @@ jobs: container: image: ${{ needs.preflight.outputs.image_base }}:main steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 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 92e6633..491ba65 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@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 show-progress: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3895ed5..3103493 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: container: image: ${{ inputs.image }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: show-progress: false - name: build wheel