File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/setup-node@v4
1212 with :
1313 node-version : 20
14- - uses : actions/cache@v3
14+ - uses : actions/cache@v4
1515 id : cache-node_modules
1616 with :
1717 path : node_modules
Original file line number Diff line number Diff line change 3030 with :
3131 node-version : 20
3232 # Install node_modules
33- - uses : actions/cache@v3
33+ - uses : actions/cache@v4
3434 id : cache-node_modules
3535 with :
3636 path : node_modules
5252 with :
5353 node-version : 20
5454 # Install node_modules
55- - uses : actions/cache@v3
55+ - uses : actions/cache@v4
5656 id : cache-node_modules
5757 with :
5858 path : node_modules
7272 with :
7373 node-version : 20
7474 # Install node_modules
75- - uses : actions/cache@v3
75+ - uses : actions/cache@v4
7676 id : cache-node_modules
7777 with :
7878 path : node_modules
@@ -106,7 +106,7 @@ jobs:
106106 with :
107107 node-version : ${{ matrix.node }}
108108 # Install node_modules
109- - uses : actions/cache@v3
109+ - uses : actions/cache@v4
110110 id : cache-node_modules
111111 with :
112112 path : node_modules
@@ -171,7 +171,7 @@ jobs:
171171 - uses : actions/setup-node@v4
172172 with :
173173 node-version : 20
174- - uses : actions/cache@v3
174+ - uses : actions/cache@v4
175175 id : cache-node_modules
176176 with :
177177 path : node_modules
You can’t perform that action at this time.
0 commit comments