Skip to content

Commit 95be7cd

Browse files
chore(deps): bump actions/setup-python from 5.5.0 to 5.6.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@8d9ed9a...a26af69) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b23ac78 commit 95be7cd

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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
46+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
4747
with:
4848
python-version: "3.11"
4949

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
persist-credentials: false
6969
- name: Setup python
7070
id: setup-python
71-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
71+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
7272
with:
7373
python-version: ${{ matrix.PYTHON.VERSION }}
7474
cache: pip
@@ -251,7 +251,7 @@ jobs:
251251
key: ${{ matrix.PYTHON.NOXSESSION }}-${{ matrix.PYTHON.VERSION }}
252252

253253
- name: Setup python
254-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
254+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
255255
with:
256256
python-version: ${{ matrix.PYTHON.VERSION }}
257257
cache: pip
@@ -310,7 +310,7 @@ jobs:
310310
persist-credentials: false
311311
- name: Setup python
312312
id: setup-python
313-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
313+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
314314
with:
315315
python-version: ${{ matrix.PYTHON.VERSION }}
316316
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -385,7 +385,7 @@ jobs:
385385
uses: ./.github/actions/cache
386386
timeout-minutes: 2
387387
- name: Setup python
388-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
388+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
389389
with:
390390
python-version: ${{ matrix.PYTHON }}
391391
cache: pip
@@ -429,7 +429,7 @@ jobs:
429429
jobs: ${{ toJSON(needs) }}
430430
- name: Setup python
431431
if: ${{ always() }}
432-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
432+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
433433
with:
434434
python-version: '3.12'
435435
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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
28+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
37+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
232+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
324+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
325325
with:
326326
python-version: ${{ matrix.PYTHON.VERSION }}
327327
architecture: ${{ matrix.WINDOWS.ARCH }}

0 commit comments

Comments
 (0)