File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030 url : https://dev.to/mziyut
3131 steps :
3232 - uses : actions/checkout@v5
33- - uses : actions/setup-node@v4
33+ - uses : actions/setup-node@v5
3434 with :
3535 cache : ' yarn'
3636 - run : yarn install
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v5
2121 with :
2222 ref : main
23- - uses : actions/setup-node@v4
23+ - uses : actions/setup-node@v5
2424 with :
2525 cache : ' yarn'
2626 - run : yarn install
Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@v5
3232 with :
3333 ref : main
34- - uses : actions/setup-node@v4
34+ - uses : actions/setup-node@v5
3535 with :
3636 cache : ' yarn'
3737 - uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v5
3333 with :
3434 ref : main
35- - uses : actions/setup-node@v4
35+ - uses : actions/setup-node@v5
3636 with :
3737 cache : ' yarn'
3838 - run : yarn install
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v5
2121 with :
2222 ref : main
23- - uses : actions/setup-node@v4
23+ - uses : actions/setup-node@v5
2424 with :
2525 cache : ' yarn'
2626 - run : yarn install
Original file line number Diff line number Diff line change 2525 timeout-minutes : 2
2626 steps :
2727 - uses : actions/checkout@v5
28- - uses : actions/setup-node@v4
28+ - uses : actions/setup-node@v5
2929 with :
3030 cache : ' yarn'
3131 - run : yarn install
4040 timeout-minutes : 2
4141 steps :
4242 - uses : actions/checkout@v5
43- - uses : actions/setup-node@v4
43+ - uses : actions/setup-node@v5
4444 with :
4545 cache : ' yarn'
4646 - run : yarn install
You can’t perform that action at this time.
0 commit comments