@@ -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
0 commit comments