Skip to content

Commit 9688fda

Browse files
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] <support@github.com>
1 parent 6a5d301 commit 9688fda

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
201201

202202
- name: Set up Python with caching of pip dependencies
203-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
203+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
204204
with:
205205
python-version: ${{inputs.python_ver || env.python_ver}}
206206
architecture: 'x64'
@@ -231,7 +231,7 @@ jobs:
231231
fetch-depth: 0
232232

233233
- name: Set up Python and restore cache
234-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
234+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
235235
with:
236236
python-version: ${{inputs.python_ver || env.python_ver}}
237237
architecture: 'x64'
@@ -258,7 +258,7 @@ jobs:
258258
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
259259

260260
- name: Set up Python and restore cache
261-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
261+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
262262
with:
263263
python-version: ${{inputs.python_ver || env.python_ver}}
264264
architecture: 'x64'
@@ -285,7 +285,7 @@ jobs:
285285
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
286286

287287
- name: Set up Python and restore cache
288-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
288+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
289289
with:
290290
python-version: ${{inputs.python_ver || env.python_ver}}
291291
architecture: 'x64'
@@ -325,7 +325,7 @@ jobs:
325325
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
326326

327327
- name: Set up Python and restore cache
328-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
328+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
329329
with:
330330
python-version: ${{inputs.python_ver || env.python_ver}}
331331
cache: pip
@@ -372,7 +372,7 @@ jobs:
372372
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
373373

374374
- name: Set up Python and restore cache
375-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
375+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
376376
with:
377377
python-version: ${{inputs.python_ver || env.python_ver}}
378378
cache: pip
@@ -416,7 +416,7 @@ jobs:
416416
# Note: deliberately not using our Python cache here b/c this runs
417417
# a different version of Python.
418418
- name: Set up Python and restore cache
419-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
419+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
420420
with:
421421
python-version: ${{env.python_compat_ver}}
422422

@@ -442,7 +442,7 @@ jobs:
442442
fetch-depth: 0
443443

444444
- name: Set up Python and restore cache
445-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
445+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
446446
with:
447447
python-version: ${{inputs.python_ver || env.python_ver}}
448448
cache: pip

.github/workflows/nightly-pytest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8181

8282
- name: Set up Python ${{matrix.python-version}}
83-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
83+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
8484
id: cache
8585
with:
8686
python-version: ${{matrix.python-version}}

0 commit comments

Comments
 (0)