Skip to content

Commit f137219

Browse files
chore(deps): update actions/cache action to v3 (#212)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 40f3d95 commit f137219

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
node-version: 14
4747

48-
- uses: actions/cache@v2
48+
- uses: actions/cache@v3
4949
with:
5050
path: |
5151
~/.pnpm-store
@@ -55,7 +55,7 @@ jobs:
5555
pnpm-and-pip-cache-
5656
5757
- name: Cache datasets
58-
uses: actions/cache@v2
58+
uses: actions/cache@v3
5959
with:
6060
path: |
6161
~/data
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
node-version: 14
9898

99-
- uses: actions/cache@v2
99+
- uses: actions/cache@v3
100100
with:
101101
path: |
102102
~/.pnpm-store

0 commit comments

Comments
 (0)