File tree 1 file changed +4
-4
lines changed
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@v3.0.11
138
+ uses : actions/cache@v4
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@v3.0.11
247
+ uses : actions/cache@v4
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@v3.0.11
372
+ uses : actions/cache@v4
373
373
with :
374
374
path : ${{ steps.pip-cache.outputs.dir }}
375
375
key : >-
@@ -488,7 +488,7 @@ jobs:
488
488
run : >-
489
489
echo "::set-output name=dir::$(pip cache dir)"
490
490
- name : Set up pip cache
491
- uses : actions/cache@v3.0.11
491
+ uses : actions/cache@v4
492
492
with :
493
493
path : ${{ steps.pip-cache.outputs.dir }}
494
494
key : >-
You can’t perform that action at this time.
0 commit comments