Skip to content

Commit c7f0bad

Browse files
chore(deps): bump actions/setup-python from 6.0.0 to 6.1.0 (#13919)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@e797f83...83679a8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1917e1 commit c7f0bad

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Setup python
4242
id: setup-python
43-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
43+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4444
with:
4545
python-version: "3.11"
4646

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
persist-credentials: false
6464
- name: Setup python
6565
id: setup-python
66-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
66+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6767
with:
6868
python-version: ${{ matrix.PYTHON.VERSION }}
6969
cache: pip
@@ -300,7 +300,7 @@ jobs:
300300
key: ${{ matrix.PYTHON.NOXSESSION }}-${{ matrix.PYTHON.VERSION }}
301301

302302
- name: Setup python
303-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
303+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
304304
with:
305305
python-version: ${{ matrix.PYTHON.VERSION }}
306306
cache: pip
@@ -365,7 +365,7 @@ jobs:
365365
persist-credentials: false
366366
- name: Setup python
367367
id: setup-python
368-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
368+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
369369
with:
370370
python-version: ${{ matrix.PYTHON.VERSION }}
371371
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -490,7 +490,7 @@ jobs:
490490
uses: ./.github/actions/cache
491491
timeout-minutes: 2
492492
- name: Setup python
493-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
493+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
494494
with:
495495
python-version: '3.12'
496496
cache: pip
@@ -539,7 +539,7 @@ jobs:
539539
jobs: ${{ toJSON(needs) }}
540540
- name: Setup python
541541
if: ${{ always() }}
542-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
542+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
543543
with:
544544
python-version: '3.14'
545545
cache: pip

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
persist-credentials: false
2626
- name: Setup python
2727
id: setup-python
28-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
28+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2929
with:
3030
python-version: 3.11
3131
- name: Cache rust and pip

.github/workflows/wheel-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ref: ${{ github.event.inputs.version || github.ref }}
3535
persist-credentials: false
3636

37-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
37+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3838
with:
3939
python-version: "3.14"
4040
timeout-minutes: 3
@@ -250,7 +250,7 @@ jobs:
250250
PYTHON_DOWNLOAD_URL: ${{ matrix.PYTHON.DOWNLOAD_URL }}
251251
if: matrix.PYTHON.VERSION == '3.14t'
252252
- name: Setup pypy
253-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
253+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
254254
with:
255255
python-version: ${{ matrix.PYTHON.VERSION }}
256256
if: contains(matrix.PYTHON.VERSION, 'pypy')
@@ -347,7 +347,7 @@ jobs:
347347
name: cryptography-sdist
348348

349349
- name: Setup python
350-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
350+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
351351
with:
352352
python-version: ${{ matrix.PYTHON.VERSION }}
353353
architecture: ${{ matrix.WINDOWS.ARCH }}

0 commit comments

Comments
 (0)