File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 name : ' Check Markdown links'
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 -
uses :
umbrelladocs/[email protected] 1212 with :
1313 github_token : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 1919 name : on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
2020
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - name : Set up JDK ${{ matrix.jdk }}
2424 uses : actions/setup-java@v5
2525 with :
Original file line number Diff line number Diff line change 2323 language : [ java ]
2424
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727
2828 - name : Setup Java
2929 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - name : Checkout PR
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 - name : Set up JDK
1515 uses : actions/setup-java@v5
1616 with :
Original file line number Diff line number Diff line change 2626 sha='${{ github.event.workflow_run.head_sha }}'
2727 echo "sha=$sha" >> "$GITHUB_OUTPUT"
2828 - name : Checkout PR
29- uses : actions/checkout@v5
29+ uses : actions/checkout@v6
3030 with :
3131 ref : ${{ steps.pr.outputs.sha }}
3232 - name : Download PR Quality Reports from Quality Monitor Build workflow
Original file line number Diff line number Diff line change 1313 name : Sync labels
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 -
uses :
micnncim/[email protected] 1818 env :
1919 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1212 name : Update quality badges
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - name : Set up JDK
1717 uses : actions/setup-java@v5
1818 with :
You can’t perform that action at this time.
0 commit comments