Skip to content

Commit fd74350

Browse files
chore(deps): bump actions/setup-python from 5.3.0 to 5.4.0 (pyca#12352)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0b93645...4237552) --- 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 c2428eb commit fd74350

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/benchmark.yml

+1-1
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
46+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4747
with:
4848
python-version: "3.11"
4949

.github/workflows/ci.yml

+5-5
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
66+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
6767
with:
6868
python-version: ${{ matrix.PYTHON.VERSION }}
6969
cache: pip
@@ -247,7 +247,7 @@ jobs:
247247
key: ${{ matrix.PYTHON.NOXSESSION }}-${{ matrix.PYTHON.VERSION }}
248248

249249
- name: Setup python
250-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
250+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
251251
with:
252252
python-version: ${{ matrix.PYTHON.VERSION }}
253253
cache: pip
@@ -307,7 +307,7 @@ jobs:
307307
persist-credentials: false
308308
- name: Setup python
309309
id: setup-python
310-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
310+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
311311
with:
312312
python-version: ${{ matrix.PYTHON.VERSION }}
313313
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -384,7 +384,7 @@ jobs:
384384
uses: ./.github/actions/cache
385385
timeout-minutes: 2
386386
- name: Setup python
387-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
387+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
388388
with:
389389
python-version: ${{ matrix.PYTHON }}
390390
cache: pip
@@ -430,7 +430,7 @@ jobs:
430430
jobs: ${{ toJSON(needs) }}
431431
- name: Setup python
432432
if: ${{ always() }}
433-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
433+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
434434
with:
435435
python-version: '3.12'
436436
cache: pip

.github/workflows/linkcheck.yml

+1-1
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
28+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2929
with:
3030
python-version: 3.11
3131
- name: Cache rust and pip

.github/workflows/wheel-builder.yml

+3-3
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
37+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3838
with:
3939
python-version: "3.13"
4040
timeout-minutes: 3
@@ -207,7 +207,7 @@ jobs:
207207
PYTHON_DOWNLOAD_URL: ${{ matrix.PYTHON.DOWNLOAD_URL }}
208208
if: contains(matrix.PYTHON.VERSION, 'pypy') == false
209209
- name: Setup pypy
210-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
210+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
211211
with:
212212
python-version: ${{ matrix.PYTHON.VERSION }}
213213
if: contains(matrix.PYTHON.VERSION, 'pypy')
@@ -296,7 +296,7 @@ jobs:
296296
name: cryptography-sdist
297297

298298
- name: Setup python
299-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
299+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
300300
with:
301301
python-version: ${{ matrix.PYTHON.VERSION }}
302302
architecture: ${{ matrix.WINDOWS.ARCH }}

0 commit comments

Comments
 (0)