Skip to content

Commit 7973355

Browse files
Update actions/setup-python action to v6.2.0 (#2697)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | minor | `v6.1.0` → `v6.2.0` | --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v6.2.0`](https://redirect.github.com/actions/setup-python/compare/v6.1.0...v6.2.0) [Compare Source](https://redirect.github.com/actions/setup-python/compare/v6.1.0...v6.2.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ty). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8016db5 commit 7973355

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build-binaries.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
submodules: recursive
4646
persist-credentials: false
47-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
47+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4848
with:
4949
python-version: ${{ env.PYTHON_VERSION }}
5050
- name: "Prep README.md"
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
submodules: recursive
7777
persist-credentials: false
78-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
78+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7979
with:
8080
python-version: ${{ env.PYTHON_VERSION }}
8181
architecture: x64
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
submodules: recursive
120120
persist-credentials: false
121-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
121+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
122122
with:
123123
python-version: ${{ env.PYTHON_VERSION }}
124124
architecture: arm64
@@ -175,7 +175,7 @@ jobs:
175175
with:
176176
submodules: recursive
177177
persist-credentials: false
178-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
178+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
179179
with:
180180
python-version: ${{ env.PYTHON_VERSION }}
181181
architecture: ${{ matrix.platform.arch }}
@@ -230,7 +230,7 @@ jobs:
230230
with:
231231
submodules: recursive
232232
persist-credentials: false
233-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
233+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
234234
with:
235235
python-version: ${{ env.PYTHON_VERSION }}
236236
architecture: x64
@@ -309,7 +309,7 @@ jobs:
309309
with:
310310
submodules: recursive
311311
persist-credentials: false
312-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
312+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
313313
with:
314314
python-version: ${{ env.PYTHON_VERSION }}
315315
- name: "Prep README.md"
@@ -375,7 +375,7 @@ jobs:
375375
with:
376376
submodules: recursive
377377
persist-credentials: false
378-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
378+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
379379
with:
380380
python-version: ${{ env.PYTHON_VERSION }}
381381
architecture: x64
@@ -442,7 +442,7 @@ jobs:
442442
with:
443443
submodules: recursive
444444
persist-credentials: false
445-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
445+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
446446
with:
447447
python-version: ${{ env.PYTHON_VERSION }}
448448
- name: "Prep README.md"

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
persist-credentials: false
3232
submodules: recursive
33-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
33+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3434
with:
3535
python-version: ${{ env.PYTHON_VERSION }}
3636
architecture: x64
@@ -107,7 +107,7 @@ jobs:
107107
fetch-depth: 0
108108
persist-credentials: false
109109
- uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
110-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
110+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
111111

112112
- name: "Build docs"
113113
run: uvx --with-requirements docs/requirements.txt mkdocs build --strict -f mkdocs.yml

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ref: ${{ inputs.ref }}
3030
persist-credentials: true
3131

32-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
32+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3333
with:
3434
python-version: 3.14
3535

0 commit comments

Comments
 (0)