File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 - name : Checkout
1414 uses : actions/checkout@v4.3.0
1515 - name : Setup JDK8 and Maven
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 java-version : 8
1919 distribution : ' temurin'
Original file line number Diff line number Diff line change 2323 if : ${{ matrix.compiler-version <= matrix.java-version && (matrix.java-version < 14 || matrix.compiler-version >= 7) && (matrix.java-version < 11 || matrix.compiler-version >= 6) }}
2424
2525 - name : Setup JDK${{ matrix.java-version }}
26- uses : actions/setup-java@v4.7.1
26+ uses : actions/setup-java@v5.0.0
2727 if : ${{ matrix.compiler-version <= matrix.java-version && (matrix.java-version < 14 || matrix.compiler-version >= 7) && (matrix.java-version < 11 || matrix.compiler-version >= 6) }}
2828 with :
2929 java-version : ${{ matrix.java-version }}
You can’t perform that action at this time.
0 commit comments