File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 - name : ' Checkout from Git'
2626 uses : actions/checkout@v3
2727 - name : ' Set up JDK ${{ matrix.java }}'
28- uses : actions/setup-java@v5
28+ uses : actions/setup-java@v4
2929 with :
3030 java-version : ${{ matrix.java }}
3131 distribution : temurin
Original file line number Diff line number Diff line change 2828 - name : Setup Java JDK
2929 uses : actions/setup-java@v4
3030 with :
31- distribution : adopt
31+ distribution : temurin
3232 java-version : 11
3333 server-id : central
3434 server-username : MAVEN_USERNAME
Original file line number Diff line number Diff line change 1919 uses : actions/setup-java@v4
2020 with :
2121 java-version : 11
22- distribution : adopt
22+ distribution : temurin
2323 server-id : central
2424 server-username : MAVEN_USERNAME
2525 server-password : MAVEN_PASSWORD
You can’t perform that action at this time.
0 commit comments