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 2424 steps :
2525 - uses : actions/checkout@v5
2626 - name : Set up JDK ${{ matrix.java }} ${{ matrix.distribution }}
27- uses : actions/setup-java@v4
27+ uses : actions/setup-java@v5
2828 with :
2929 java-version : ${{ matrix.java }}
3030 distribution : ${{ matrix.distribution }}
Original file line number Diff line number Diff line change 2828 uses : actions/checkout@v5
2929
3030 - name : Setup Java
31- uses : actions/setup-java@v4
31+ uses : actions/setup-java@v5
3232 with :
3333 cache : maven
3434 distribution : ' zulu'
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Set up JDK
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 cache : maven
2121 distribution : temurin
Original file line number Diff line number Diff line change 6363 </toolchains>
6464 EOF
6565 - name : Set up JDK
66- uses : actions/setup-java@v4
66+ uses : actions/setup-java@v5
6767 with :
6868 java-version : ${{ matrix.java }}
6969 distribution : ${{ matrix.distribution }}
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v5
2121 - name : Set up JDK
22- uses : actions/setup-java@v4
22+ uses : actions/setup-java@v5
2323 with :
2424 cache : maven
2525 distribution : temurin
Original file line number Diff line number Diff line change 2121 # Disabling shallow clone is recommended for improving relevancy of reporting
2222 fetch-depth : 0
2323 - name : Set up JDK
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 cache : maven
2727 distribution : temurin
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v5
2020 - name : Set up JDK
21- uses : actions/setup-java@v4
21+ uses : actions/setup-java@v5
2222 with :
2323 cache : maven
2424 distribution : temurin
You can’t perform that action at this time.
0 commit comments