@@ -200,7 +200,7 @@ jobs:
200
200
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
201
201
202
202
- name : Set up Python with caching of pip dependencies
203
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
203
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
204
204
with :
205
205
python-version : ${{inputs.python_ver || env.python_ver}}
206
206
architecture : ' x64'
@@ -231,7 +231,7 @@ jobs:
231
231
fetch-depth : 0
232
232
233
233
- name : Set up Python and restore cache
234
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
234
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
235
235
with :
236
236
python-version : ${{inputs.python_ver || env.python_ver}}
237
237
architecture : ' x64'
@@ -258,7 +258,7 @@ jobs:
258
258
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
259
259
260
260
- name : Set up Python and restore cache
261
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
261
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
262
262
with :
263
263
python-version : ${{inputs.python_ver || env.python_ver}}
264
264
architecture : ' x64'
@@ -285,7 +285,7 @@ jobs:
285
285
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
286
286
287
287
- name : Set up Python and restore cache
288
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
288
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
289
289
with :
290
290
python-version : ${{inputs.python_ver || env.python_ver}}
291
291
architecture : ' x64'
@@ -325,7 +325,7 @@ jobs:
325
325
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
326
326
327
327
- name : Set up Python and restore cache
328
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
328
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
329
329
with :
330
330
python-version : ${{inputs.python_ver || env.python_ver}}
331
331
cache : pip
@@ -372,7 +372,7 @@ jobs:
372
372
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
373
373
374
374
- name : Set up Python and restore cache
375
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
375
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
376
376
with :
377
377
python-version : ${{inputs.python_ver || env.python_ver}}
378
378
cache : pip
@@ -416,7 +416,7 @@ jobs:
416
416
# Note: deliberately not using our Python cache here b/c this runs
417
417
# a different version of Python.
418
418
- name : Set up Python and restore cache
419
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
419
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
420
420
with :
421
421
python-version : ${{env.python_compat_ver}}
422
422
@@ -442,7 +442,7 @@ jobs:
442
442
fetch-depth : 0
443
443
444
444
- name : Set up Python and restore cache
445
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
445
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
446
446
with :
447
447
python-version : ${{inputs.python_ver || env.python_ver}}
448
448
cache : pip
0 commit comments