File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
node-version : 17.x
28
28
cache : " yarn"
29
29
- run : yarn --frozen-lockfile
30
- - uses : actions/cache@v1
30
+ - uses : actions/cache@v3
31
31
with :
32
32
path : .eslintcache
33
33
key : lint-${{ env.GITHUB_SHA }}
62
62
- run : yarn --frozen-lockfile
63
63
- run : yarn link --frozen-lockfile || true
64
64
- run : yarn link webpack --frozen-lockfile
65
- - uses : actions/cache@v1
65
+ - uses : actions/cache@v3
66
66
with :
67
67
path : .jest-cache
68
68
key : jest-unit-${{ env.GITHUB_SHA }}
@@ -101,7 +101,7 @@ jobs:
101
101
- run : yarn --frozen-lockfile
102
102
- run : yarn link --frozen-lockfile || true
103
103
- run : yarn link webpack --frozen-lockfile
104
- - uses : actions/cache@v2
104
+ - uses : actions/cache@v3
105
105
with :
106
106
path : .jest-cache
107
107
key : jest-integration-${{ env.GITHUB_SHA }}
You can’t perform that action at this time.
0 commit comments