File tree 6 files changed +95
-58
lines changed
6 files changed +95
-58
lines changed Original file line number Diff line number Diff line change 22
22
registry-url : ' https://registry.npmjs.org'
23
23
24
24
- name : Restore Cache
25
- uses : actions/cache/restore@v3.3.1
25
+ uses : actions/cache/restore@v4.2.0
26
26
id : npm-cache
27
27
with :
28
28
path : |
Original file line number Diff line number Diff line change 27
27
registry-url : ' https://registry.npmjs.org'
28
28
29
29
- name : Upload to Cache
30
- uses : actions/cache@v3.3.1
30
+ uses : actions/cache@v4.2.0
31
31
id : npm-cache
32
32
with :
33
33
path : |
Original file line number Diff line number Diff line change 27
27
registry-url : ' https://registry.npmjs.org'
28
28
29
29
- name : Upload to Cache
30
- uses : actions/cache@v3.3.1
30
+ uses : actions/cache@v4.2.0
31
31
id : npm-cache
32
32
with :
33
33
path : |
Original file line number Diff line number Diff line change 23
23
registry-url : ' https://registry.npmjs.org'
24
24
25
25
- name : Upload to Cache
26
- uses : actions/cache@v3.3.1
26
+ uses : actions/cache@v4.2.0
27
27
id : npm-cache
28
28
with :
29
29
path : |
58
58
registry-url : ' https://registry.npmjs.org'
59
59
60
60
- name : Restore Cache
61
- uses : actions/cache/restore@v3.3.1
61
+ uses : actions/cache/restore@v4.2.0
62
62
id : npm-cache
63
63
with :
64
64
path : |
You can’t perform that action at this time.
0 commit comments