File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
node-version : ' 20.19.3'
29
29
30
30
- name : Cache dependencies
31
- uses : actions/cache@v2
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : ~/.npm
34
34
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -111,7 +111,7 @@ jobs:
111
111
112
112
- name : Cache dependencies
113
113
if : steps.pkg_version.outputs.publish == 1
114
- uses : actions/cache@v2
114
+ uses : actions/cache@v4
115
115
with :
116
116
path : ~/.npm
117
117
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 29
29
registry-url : ' https://registry.npmjs.org/'
30
30
31
31
- name : Cache dependencies
32
- uses : actions/cache@v2
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : ~/.npm
35
35
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments