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 1414 with :
1515 node-version : 22.x
1616
17- - uses : actions/cache@v3
17+ - uses : actions/cache@v4
1818 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
1919 with :
2020 path : ' **/node_modules'
4343 with :
4444 node-version : 22.x
4545
46- - uses : actions/cache@v3
46+ - uses : actions/cache@v4
4747 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4848 with :
4949 path : ' **/node_modules'
7676 with :
7777 node-version : ${{ matrix.node-version }}
7878
79- - uses : actions/cache@v3
79+ - uses : actions/cache@v4
8080 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
8181 with :
8282 path : ' **/node_modules'
@@ -105,7 +105,7 @@ jobs:
105105 with :
106106 node-version : 22.x
107107
108- - uses : actions/cache@v3
108+ - uses : actions/cache@v4
109109 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
110110 with :
111111 path : ' **/node_modules'
You can’t perform that action at this time.
0 commit comments