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