File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 fetch-depth : ' 0'
1616
@@ -43,12 +43,12 @@ jobs:
4343
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747 with :
4848 fetch-depth : ' 0'
4949
5050 - name : Checkout docker-netbootxyz for container source files
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252 with :
5353 repository : netbootxyz/docker-netbootxyz
5454 path : docker-netbootxyz
Original file line number Diff line number Diff line change 2525 id-token : write
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 1
3131
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout
9- uses : actions/checkout@v4
9+ uses : actions/checkout@v5
1010
1111 - name : Setup Node.js
1212 uses : actions/setup-node@v5
@@ -27,10 +27,10 @@ jobs:
2727 needs : test # Only build/push if tests pass
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Checkout docker-netbootxyz for container source files
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 repository : netbootxyz/docker-netbootxyz
3636 path : docker-netbootxyz
You can’t perform that action at this time.
0 commit comments