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 @@ -135,7 +135,7 @@ jobs:
135
135
- name : Set up pip cache
136
136
if : >-
137
137
steps.request-check.outputs.release-requested != 'true'
138
- uses : actions/cache@v2.1.7
138
+ uses : actions/cache@v3.0.1
139
139
with :
140
140
path : ${{ steps.pip-cache-dir.outputs.dir }}
141
141
key : >-
@@ -244,7 +244,7 @@ jobs:
244
244
run : >-
245
245
echo "::set-output name=dir::$(pip cache dir)"
246
246
- name : Set up pip cache
247
- uses : actions/cache@v2.1.7
247
+ uses : actions/cache@v3.0.1
248
248
with :
249
249
path : ${{ steps.pip-cache.outputs.dir }}
250
250
key : >-
@@ -369,7 +369,7 @@ jobs:
369
369
run : >-
370
370
echo "::set-output name=dir::$(pip cache dir)"
371
371
- name : Set up pip cache
372
- uses : actions/cache@v2.1.7
372
+ uses : actions/cache@v3.0.1
373
373
with :
374
374
path : ${{ steps.pip-cache.outputs.dir }}
375
375
key : >-
@@ -486,7 +486,7 @@ jobs:
486
486
run : >-
487
487
echo "::set-output name=dir::$(pip cache dir)"
488
488
- name : Set up pip cache
489
- uses : actions/cache@v2.1.7
489
+ uses : actions/cache@v3.0.1
490
490
with :
491
491
path : ${{ steps.pip-cache.outputs.dir }}
492
492
key : >-
You can’t perform that action at this time.
0 commit comments