From e2917707b9ec2ee0480ad8679b5cef3d63ba0d9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:00:37 +0000 Subject: [PATCH 1/2] Update actions/checkout action to v6.1.0 --- .github/workflows/chango.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/docs-admonitions.yml | 2 +- .github/workflows/docs-linkcheck.yml | 2 +- .github/workflows/gha_security.yml | 2 +- .github/workflows/prek.yml | 2 +- .github/workflows/release_pypi.yml | 6 +++--- .github/workflows/release_test_pypi.yml | 4 ++-- .github/workflows/test_official.yml | 2 +- .github/workflows/unit_tests.yml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/chango.yml b/.github/workflows/chango.yml index 05964f1ea08..ac0558cb2b0 100644 --- a/.github/workflows/chango.yml +++ b/.github/workflows/chango.yml @@ -20,7 +20,7 @@ jobs: IS_RELEASE_PR: ${{ steps.check_title.outputs.IS_RELEASE_PR }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: # needed for commit and push step at the end persist-credentials: true diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 96d975ffadb..d3b8d498973 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -26,7 +26,7 @@ jobs: # If you do not check out your code, Copilot will do this for you. steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false diff --git a/.github/workflows/docs-admonitions.yml b/.github/workflows/docs-admonitions.yml index e15ae9a7b01..bffe4e02171 100644 --- a/.github/workflows/docs-admonitions.yml +++ b/.github/workflows/docs-admonitions.yml @@ -25,7 +25,7 @@ jobs: os: [ubuntu-latest] fail-fast: False steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/docs-linkcheck.yml b/.github/workflows/docs-linkcheck.yml index 76f00ad80eb..4b16636f175 100644 --- a/.github/workflows/docs-linkcheck.yml +++ b/.github/workflows/docs-linkcheck.yml @@ -19,7 +19,7 @@ jobs: os: [ubuntu-latest] fail-fast: False steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/gha_security.yml b/.github/workflows/gha_security.yml index 8d8c9d4126a..759c91b7713 100644 --- a/.github/workflows/gha_security.yml +++ b/.github/workflows/gha_security.yml @@ -17,7 +17,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Install the latest version of uv diff --git a/.github/workflows/prek.yml b/.github/workflows/prek.yml index 68fe50733df..6e694b4bdea 100644 --- a/.github/workflows/prek.yml +++ b/.github/workflows/prek.yml @@ -20,7 +20,7 @@ jobs: name: prek runs-on: ubuntu-slim steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - uses: j178/prek-action@0bb87d7f00b0c99306c8bcb8b8beba1eb581c037 # v1.1.1 \ No newline at end of file diff --git a/.github/workflows/release_pypi.yml b/.github/workflows/release_pypi.yml index 02fc8da537f..abeac3356f0 100644 --- a/.github/workflows/release_pypi.yml +++ b/.github/workflows/release_pypi.yml @@ -17,7 +17,7 @@ jobs: actions: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Set up Python @@ -110,7 +110,7 @@ jobs: actions: read # for downloading artifacts steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Download all the dists @@ -155,7 +155,7 @@ jobs: permissions: {} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Publish to Telegram Channel diff --git a/.github/workflows/release_test_pypi.yml b/.github/workflows/release_test_pypi.yml index 4cd635a8a83..a29a2225f4c 100644 --- a/.github/workflows/release_test_pypi.yml +++ b/.github/workflows/release_test_pypi.yml @@ -17,7 +17,7 @@ jobs: actions: write steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Set up Python @@ -112,7 +112,7 @@ jobs: actions: read # for downloading artifacts steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Download all the dists diff --git a/.github/workflows/test_official.yml b/.github/workflows/test_official.yml index 130c4e642dc..1c70bba6f4b 100644 --- a/.github/workflows/test_official.yml +++ b/.github/workflows/test_official.yml @@ -24,7 +24,7 @@ jobs: os: [ubuntu-latest] fail-fast: False steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 16063597109..922480e1d29 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -40,7 +40,7 @@ jobs: os: ubuntu-latest fail-fast: False steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: repository: >- ${{ github.event_name == 'pull_request_target' From 9735779664df2534d9bda48574167fddd081dbb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:01:11 +0000 Subject: [PATCH 2/2] Add chango fragment for PR #5318 --- changes/unreleased/5318.AxkHxtPmi6TBvAtJNrgak5.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/unreleased/5318.AxkHxtPmi6TBvAtJNrgak5.toml diff --git a/changes/unreleased/5318.AxkHxtPmi6TBvAtJNrgak5.toml b/changes/unreleased/5318.AxkHxtPmi6TBvAtJNrgak5.toml new file mode 100644 index 00000000000..0a3e3e9c4cf --- /dev/null +++ b/changes/unreleased/5318.AxkHxtPmi6TBvAtJNrgak5.toml @@ -0,0 +1,5 @@ +internal = "Update actions/checkout action to v6.1.0" +[[pull_requests]] +uid = "5318" +author_uids = ["renovate[bot]"] +closes_threads = []