From bfe65bf5e0f606fdbb5fec2192c71046e9d1beec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 04:15:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.1.0 --- .github/workflows/python-lint.yml | 2 +- .github/workflows/python-tests.yml | 2 +- .github/workflows/release-drift.yml | 2 +- .github/workflows/release.yml | 12 ++++++------ .github/workflows/smoke-install.yml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/python-lint.yml b/.github/workflows/python-lint.yml index de4adb1..c2aa62d 100644 --- a/.github/workflows/python-lint.yml +++ b/.github/workflows/python-lint.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 41e8587..686c240 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -37,7 +37,7 @@ jobs: matrix: python-version: ["3.9", "3.12", "3.13"] steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false diff --git a/.github/workflows/release-drift.yml b/.github/workflows/release-drift.yml index 9201ffb..71a103d 100644 --- a/.github/workflows/release-drift.yml +++ b/.github/workflows/release-drift.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 # need full tag history, not just the push's shallow clone persist-credentials: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfa194a..fd7bee9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: # checks out whatever triggered the run (the pushed tag, or the branch a # dispatch was run from) -- never the untrusted dispatch input -- and no # step here executes anything from that tree (metadata reads only). - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: fetch-depth: 0 persist-credentials: false @@ -146,7 +146,7 @@ jobs: outputs: version: ${{ steps.version.outputs.version }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: ref: ${{ needs.resolve-ref.outputs.sha }} persist-credentials: false @@ -161,7 +161,7 @@ jobs: # pinned to the tag's resolved (and ancestry-verified) sha above -- # only the tooling that INSPECTS that tree floats to main. - name: Check out release tooling from the workflow's own ref - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: ref: ${{ github.sha }} sparse-checkout: scripts/release @@ -216,7 +216,7 @@ jobs: id-token: write contents: read steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: ref: ${{ needs.resolve-ref.outputs.sha }} persist-credentials: false @@ -226,7 +226,7 @@ jobs: # published, so a backfilled tag from before scripts/release/* existed # still finds the helper it needs. - name: Check out release tooling from the workflow's own ref - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: ref: ${{ github.sha }} sparse-checkout: scripts/release @@ -268,7 +268,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: ref: ${{ needs.resolve-ref.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/smoke-install.yml b/.github/workflows/smoke-install.yml index 24c10c5..d854302 100644 --- a/.github/workflows/smoke-install.yml +++ b/.github/workflows/smoke-install.yml @@ -30,7 +30,7 @@ jobs: matrix: python-version: ["3.9", "3.12", "3.13"] steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false