File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
- name : Set up pip cache
131
131
if : >-
132
132
steps.request-check.outputs.release-requested != 'true'
133
- uses : actions/cache@v2.1.7
133
+ uses : actions/cache@v3.0.1
134
134
with :
135
135
path : ${{ steps.pip-cache-dir.outputs.dir }}
136
136
key : >-
@@ -239,7 +239,7 @@ jobs:
239
239
run : >-
240
240
echo "::set-output name=dir::$(python -m pip cache dir)"
241
241
- name : Set up pip cache
242
- uses : actions/cache@v2.1.7
242
+ uses : actions/cache@v3.0.1
243
243
with :
244
244
path : ${{ steps.pip-cache-dir.outputs.dir }}
245
245
key : >-
@@ -343,7 +343,7 @@ jobs:
343
343
run : >-
344
344
echo "::set-output name=dir::$(python -m pip cache dir)"
345
345
- name : Set up pip cache
346
- uses : actions/cache@v2.1.7
346
+ uses : actions/cache@v3.0.1
347
347
with :
348
348
path : ${{ steps.pip-cache-dir.outputs.dir }}
349
349
key : >-
@@ -485,7 +485,7 @@ jobs:
485
485
486
486
- name : Set up pip cache
487
487
if : fromJSON(steps.py-abi.outputs.is-stable-abi)
488
- uses : actions/cache@v2.1.7
488
+ uses : actions/cache@v3.0.1
489
489
with :
490
490
path : ${{ steps.pip-cache-dir.outputs.dir }}
491
491
key : >-
You can’t perform that action at this time.
0 commit comments