Skip to content

Commit fdf3776

Browse files
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...v3) --- 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 dfa4249 commit fdf3776

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v3
7474

7575
- name: Cache pip
76-
uses: actions/cache@v2
76+
uses: actions/cache@v3
7777
with:
7878
# This path is specific to Ubuntu
7979
path: ~/.cache/pip
@@ -140,7 +140,7 @@ jobs:
140140
- uses: actions/checkout@v3
141141

142142
- name: Cache pip
143-
uses: actions/cache@v2
143+
uses: actions/cache@v3
144144
with:
145145
# This path is specific to Ubuntu
146146
path: ~/.cache/pip
@@ -298,7 +298,7 @@ jobs:
298298
- uses: actions/checkout@v3
299299

300300
- name: Cache pip
301-
uses: actions/cache@v2
301+
uses: actions/cache@v3
302302
with:
303303
# This path is specific to Ubuntu
304304
path: ~/.cache/pip

0 commit comments

Comments
 (0)