File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
with :
15
15
node-version : 22.x
16
16
17
- - uses : actions/cache@v3
17
+ - uses : actions/cache@v4
18
18
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
19
19
with :
20
20
path : ' **/node_modules'
43
43
with :
44
44
node-version : 22.x
45
45
46
- - uses : actions/cache@v3
46
+ - uses : actions/cache@v4
47
47
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
48
48
with :
49
49
path : ' **/node_modules'
76
76
with :
77
77
node-version : ${{ matrix.node-version }}
78
78
79
- - uses : actions/cache@v3
79
+ - uses : actions/cache@v4
80
80
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
81
81
with :
82
82
path : ' **/node_modules'
@@ -105,7 +105,7 @@ jobs:
105
105
with :
106
106
node-version : 22.x
107
107
108
- - uses : actions/cache@v3
108
+ - uses : actions/cache@v4
109
109
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
110
110
with :
111
111
path : ' **/node_modules'
You can’t perform that action at this time.
0 commit comments