Skip to content

Commit 4e60697

Browse files
authored
Merge pull request #28 from emibcn/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents dfa4249 + fdf3776 commit 4e60697

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)