Skip to content

Commit 950ff58

Browse files
chore(deps): bump actions/setup-python from 5.4.0 to 5.5.0 (#12680)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) --- updated-dependencies: - dependency-name: actions/setup-python 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 c9dc77f commit 950ff58

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
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Setup python
4545
id: setup-python
46-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
46+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
4747
with:
4848
python-version: "3.11"
4949

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
persist-credentials: false
6767
- name: Setup python
6868
id: setup-python
69-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
69+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
7070
with:
7171
python-version: ${{ matrix.PYTHON.VERSION }}
7272
cache: pip
@@ -249,7 +249,7 @@ jobs:
249249
key: ${{ matrix.PYTHON.NOXSESSION }}-${{ matrix.PYTHON.VERSION }}
250250

251251
- name: Setup python
252-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
252+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
253253
with:
254254
python-version: ${{ matrix.PYTHON.VERSION }}
255255
cache: pip
@@ -308,7 +308,7 @@ jobs:
308308
persist-credentials: false
309309
- name: Setup python
310310
id: setup-python
311-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
311+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
312312
with:
313313
python-version: ${{ matrix.PYTHON.VERSION }}
314314
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -383,7 +383,7 @@ jobs:
383383
uses: ./.github/actions/cache
384384
timeout-minutes: 2
385385
- name: Setup python
386-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
386+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
387387
with:
388388
python-version: ${{ matrix.PYTHON }}
389389
cache: pip
@@ -427,7 +427,7 @@ jobs:
427427
jobs: ${{ toJSON(needs) }}
428428
- name: Setup python
429429
if: ${{ always() }}
430-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
430+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
431431
with:
432432
python-version: '3.12'
433433
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@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
28+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.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@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
37+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3838
with:
3939
python-version: "3.13"
4040
timeout-minutes: 3
@@ -229,7 +229,7 @@ jobs:
229229
PYTHON_DOWNLOAD_URL: ${{ matrix.PYTHON.DOWNLOAD_URL }}
230230
if: contains(matrix.PYTHON.VERSION, 'pypy') == false
231231
- name: Setup pypy
232-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
232+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
233233
with:
234234
python-version: ${{ matrix.PYTHON.VERSION }}
235235
if: contains(matrix.PYTHON.VERSION, 'pypy')
@@ -321,7 +321,7 @@ jobs:
321321
name: cryptography-sdist
322322

323323
- name: Setup python
324-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
324+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
325325
with:
326326
python-version: ${{ matrix.PYTHON.VERSION }}
327327
architecture: ${{ matrix.WINDOWS.ARCH }}

0 commit comments

Comments
 (0)