From 85e9e717fc34aaa0f8ae7f665bc614369c89d356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:09:22 +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/tests.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 71326eeb6..944c25be1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,7 @@ jobs: outputs: matrix: ${{ steps.versions.outputs.matrix }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) - id: versions @@ -142,7 +142,7 @@ jobs: matrix: py3: ${{ fromJSON(needs.py-versions.outputs.matrix) }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) - uses: actions/setup-python@v6 @@ -161,7 +161,7 @@ jobs: matrix: py3: ${{ fromJSON(needs.py-versions.outputs.matrix) }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.sha }} # lock to triggered commit ('github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags @@ -179,7 +179,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} # dependabot cannot access PAT runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} ref: ${{ github.ref }} # dont lock to sha (action needs to push) @@ -202,7 +202,7 @@ jobs: # pre-check passed, so proceed... - if: ${{ steps.pydep-precheck.outputs.do_generation == 'true' }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags @@ -228,7 +228,7 @@ jobs: needs: [ flake8 ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags @@ -265,7 +265,7 @@ jobs: - *free_disk_space - *df_disk_space - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags @@ -403,7 +403,7 @@ jobs: - *free_disk_space - *df_disk_space - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags @@ -499,7 +499,7 @@ jobs: - *free_disk_space - *df_disk_space - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags @@ -598,7 +598,7 @@ jobs: needs: [ flake8 ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags @@ -651,7 +651,7 @@ jobs: - reco_algo: splinempe_pointed dir: "JSON" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) fetch-depth: 0 # setuptools-scm needs to access git tags