File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77 name : ' Check Markdown links'
88 runs-on : ubuntu-22.04
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - uses : umbrelladocs/action-linkspector@v1.3.7
1212 with :
1313 github_token : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 1818 name : on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up JDK ${{ matrix.jdk }}
2323 uses : actions/setup-java@v4
2424 with :
Original file line number Diff line number Diff line change 2323 language : [ java ]
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - name : Setup Java
2929 uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 1313 name : Create and upload coverage report
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up JDK 21
1818 uses : actions/setup-java@v4
1919 with :
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111
1212 steps :
1313 - name : ' Checkout merge commit'
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
1717 if : github.event.pull_request.merge_commit_sha != ''
1818 - name : ' Checkout PR head commit'
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : " ${{ github.event.pull_request.head.sha }}"
2222 if : github.event.pull_request.merge_commit_sha == ''
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@v4
16+ - uses : actions/checkout@v5
1717 - uses : micnncim/action-label-syncer@v1.3.0
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@v4
15+ - uses : actions/checkout@v5
1616 - name : Set up JDK 21
1717 uses : actions/setup-java@v4
1818 with :
You can’t perform that action at this time.
0 commit comments