File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-24.04
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010 - uses : actions/setup-node@v4
1111 with :
1212 node-version-file : package.json
3535 ports :
3636 - 8080:80
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939 - uses : actions/setup-node@v4
4040 with :
4141 node-version-file : package.json
Original file line number Diff line number Diff line change 1515 name : Build and release action (dry-run)
1616 needs : [build]
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 persist-credentials : true
Original file line number Diff line number Diff line change 1515 name : Build and release action
1616 needs : [build]
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 persist-credentials : true
You can’t perform that action at this time.
0 commit comments