File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v5
2222 - name : Set up JDK ${{ matrix.jdk }}
23- uses : actions/setup-java@v4
23+ uses : actions/setup-java@v5
2424 with :
2525 distribution : ' temurin'
2626 java-version : ' ${{ matrix.jdk }}'
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v5
2727
2828 - name : Setup Java
29- uses : actions/setup-java@v4
29+ uses : actions/setup-java@v5
3030 with :
3131 distribution : temurin
3232 java-version : 21
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Set up JDK 21
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 distribution : ' temurin'
2121 java-version : ' 21'
Original file line number Diff line number Diff line change 2121 ref : " ${{ github.event.pull_request.head.sha }}"
2222 if : github.event.pull_request.merge_commit_sha == ''
2323 - name : Set up JDK 21
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 distribution : ' temurin'
2727 java-version : 21
You can’t perform that action at this time.
0 commit comments