Skip to content

Commit cf027b4

Browse files
Bump actions/cache from 2.1.7 to 3.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.7...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62e074f commit cf027b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-library.yml

Lines changed: 4 additions & 4 deletions
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@v2.1.7
138+
uses: actions/cache@v3.0.1
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@v2.1.7
247+
uses: actions/cache@v3.0.1
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@v2.1.7
372+
uses: actions/cache@v3.0.1
373373
with:
374374
path: ${{ steps.pip-cache.outputs.dir }}
375375
key: >-
@@ -486,7 +486,7 @@ jobs:
486486
run: >-
487487
echo "::set-output name=dir::$(pip cache dir)"
488488
- name: Set up pip cache
489-
uses: actions/cache@v2.1.7
489+
uses: actions/cache@v3.0.1
490490
with:
491491
path: ${{ steps.pip-cache.outputs.dir }}
492492
key: >-

0 commit comments

Comments
 (0)