Skip to content

Commit 3b9964b

Browse files
authored
Bump actions cache (#1520)
1 parent dc952ab commit 3b9964b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-library.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: Set up pip cache
136136
if: >-
137137
steps.request-check.outputs.release-requested != 'true'
138-
uses: actions/cache@v3.0.11
138+
uses: actions/cache@v4
139139
with:
140140
path: ${{ steps.pip-cache-dir.outputs.dir }}
141141
key: >-
@@ -244,7 +244,7 @@ jobs:
244244
run: >-
245245
echo "::set-output name=dir::$(pip cache dir)"
246246
- name: Set up pip cache
247-
uses: actions/cache@v3.0.11
247+
uses: actions/cache@v4
248248
with:
249249
path: ${{ steps.pip-cache.outputs.dir }}
250250
key: >-
@@ -369,7 +369,7 @@ jobs:
369369
run: >-
370370
echo "::set-output name=dir::$(pip cache dir)"
371371
- name: Set up pip cache
372-
uses: actions/cache@v3.0.11
372+
uses: actions/cache@v4
373373
with:
374374
path: ${{ steps.pip-cache.outputs.dir }}
375375
key: >-
@@ -488,7 +488,7 @@ jobs:
488488
run: >-
489489
echo "::set-output name=dir::$(pip cache dir)"
490490
- name: Set up pip cache
491-
uses: actions/cache@v3.0.11
491+
uses: actions/cache@v4
492492
with:
493493
path: ${{ steps.pip-cache.outputs.dir }}
494494
key: >-

0 commit comments

Comments
 (0)