We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f3d95 commit f137219Copy full SHA for f137219
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
node-version: 14
47
48
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
49
50
path: |
51
~/.pnpm-store
@@ -55,7 +55,7 @@ jobs:
55
pnpm-and-pip-cache-
56
57
- name: Cache datasets
58
- uses: actions/cache@v2
+ uses: actions/cache@v3
59
60
61
~/data
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
100
101
102
0 commit comments