File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : " Check out latest code on master branch"
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929 with :
3030 path : ' ./yunikorn-master'
3131 - name : " Build and run website locally"
3838 bash -c 'while true; do curl -Is http://localhost:3000 | head -n 1 | grep "OK"; [ $? -eq 0 ] && break; sleep 3; done'
3939 timeout-minutes : 20
4040 - name : " Checkout asf-site branch"
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242 with :
4343 path : ' ./yunikorn-asf-site'
4444 ref : ' asf-site'
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Check out source code
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434 with :
3535 fetch-depth : 2
3636 - name : Check license
You can’t perform that action at this time.
0 commit comments