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 2d50595 commit a8f2383Copy full SHA for a8f2383
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
with:
41
node-version: 18
42
43
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
44
45
path: |
46
~/.pnpm-store
@@ -50,7 +50,7 @@ jobs:
50
pnpm-and-pip-cache-
51
52
- name: Cache datasets
53
- uses: actions/cache@v3
+ uses: actions/cache@v4
54
55
56
~/data
@@ -107,7 +107,7 @@ jobs:
107
108
109
110
111
112
113
0 commit comments