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 1414 - 16
1515 steps :
1616 - uses : actions/checkout@v4
17- - uses : actions/cache@v3
17+ - uses : actions/cache@v4
1818 id : node-cache
1919 with :
2020 path : ~/.npm
3333 runs-on : ubuntu-latest
3434 steps :
3535 - uses : actions/checkout@v4
36- - uses : actions/cache@v3
36+ - uses : actions/cache@v4
3737 id : node-cache
3838 with :
3939 path : ~/.npm
5858 if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
5959 steps :
6060 - uses : actions/checkout@v4
61- - uses : actions/cache@v3
61+ - uses : actions/cache@v4
6262 id : node-cache
6363 with :
6464 path : ~/.npm
8686 if : github.ref == 'refs/heads/main'
8787 steps :
8888 - uses : actions/checkout@v4
89- - uses : actions/cache@v3
89+ - uses : actions/cache@v4
9090 id : node-cache
9191 with :
9292 path : ~/.npm
You can’t perform that action at this time.
0 commit comments