Commit 08da123 1 parent 404ef47 commit 08da123 Copy full SHA for 08da123
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
node-version : " lts/*"
22
22
- name : Cache modules
23
- uses : actions/cache@v3
23
+ uses : actions/cache@v4
24
24
with :
25
25
path : ~/.npm
26
26
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
44
44
with :
45
45
node-version : " lts/*"
46
46
- name : Cache modules
47
- uses : actions/cache@v3
47
+ uses : actions/cache@v4
48
48
with :
49
49
path : ~/.npm
50
50
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
67
67
with :
68
68
node-version : " lts/*"
69
69
- name : Cache modules
70
- uses : actions/cache@v3
70
+ uses : actions/cache@v4
71
71
with :
72
72
path : ~/.npm
73
73
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
90
90
with :
91
91
node-version : " lts/*"
92
92
- name : Cache npm
93
- uses : actions/cache@v3
93
+ uses : actions/cache@v4
94
94
with :
95
95
path : ~/.npm
96
96
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -123,7 +123,7 @@ jobs:
123
123
with :
124
124
node-version : " lts/*"
125
125
- name : Cache npm
126
- uses : actions/cache@v3
126
+ uses : actions/cache@v4
127
127
with :
128
128
path : ~/.npm
129
129
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -155,7 +155,7 @@ jobs:
155
155
with :
156
156
node-version : ${{ matrix.node-version }}
157
157
- name : Cache modules
158
- uses : actions/cache@v3
158
+ uses : actions/cache@v4
159
159
with :
160
160
path : ~/.npm
161
161
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments