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 14
14
- 16
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - uses : actions/cache@v3
17
+ - uses : actions/cache@v4
18
18
id : node-cache
19
19
with :
20
20
path : ~/.npm
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- uses : actions/checkout@v4
36
- - uses : actions/cache@v3
36
+ - uses : actions/cache@v4
37
37
id : node-cache
38
38
with :
39
39
path : ~/.npm
58
58
if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
59
59
steps :
60
60
- uses : actions/checkout@v4
61
- - uses : actions/cache@v3
61
+ - uses : actions/cache@v4
62
62
id : node-cache
63
63
with :
64
64
path : ~/.npm
86
86
if : github.ref == 'refs/heads/main'
87
87
steps :
88
88
- uses : actions/checkout@v4
89
- - uses : actions/cache@v3
89
+ - uses : actions/cache@v4
90
90
id : node-cache
91
91
with :
92
92
path : ~/.npm
You can’t perform that action at this time.
0 commit comments