File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 echo "JAVA_VERSION=$(grep '<jdk.version>' pom.xml | cut -f2 -d'>' | cut -f1 -d'<')" >> ${GITHUB_ENV}
1414
1515 - name : Set up JDK ${{ env.JAVA_VERSION }}
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 java-version : ${{ env.JAVA_VERSION }}
1919 distribution : ' temurin'
Original file line number Diff line number Diff line change 2323 echo "JAVA_VERSION=$(grep '<jdk.version>' pom.xml | cut -f2 -d'>' | cut -f1 -d'<')" >> ${GITHUB_ENV}
2424
2525 - name : Set up JDK ${{ env.JAVA_VERSION }}
26- uses : actions/setup-java@v4
26+ uses : actions/setup-java@v5
2727 with :
2828 java-version : ${{ env.JAVA_VERSION }}
2929 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424 echo "JAVA_VERSION=$(grep '<jdk.version>' pom.xml | cut -f2 -d'>' | cut -f1 -d'<')" >> ${GITHUB_ENV}
2525
2626 - name : Set up JDK ${{ env.JAVA_VERSION }}
27- uses : actions/setup-java@v4
27+ uses : actions/setup-java@v5
2828 with :
2929 java-version : ${{ env.JAVA_VERSION }}
3030 distribution : ' temurin'
3131 cache : ' maven'
3232
3333 # Running setup-java again overwrites the settings.xml - IT'S MANDATORY TO DO THIS SECOND SETUP!!!
3434 - name : Set up Maven Central Repository
35- uses : actions/setup-java@v4
35+ uses : actions/setup-java@v5
3636 with :
3737 java-version : ${{ env.JAVA_VERSION }}
3838 distribution : ' temurin'
Original file line number Diff line number Diff line change 1515 echo "JAVA_VERSION=$(grep '<jdk.version>' pom.xml | cut -f2 -d'>' | cut -f1 -d'<')" >> ${GITHUB_ENV}
1616
1717 - name : Set up JDK ${{ env.JAVA_VERSION }}
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 java-version : ${{ env.JAVA_VERSION }}
2121 distribution : ' temurin'
2525
2626 # Running setup-java again overwrites the settings.xml - IT'S MANDATORY TO DO THIS SECOND SETUP!!!
2727 - name : Set up Maven Central Repository
28- uses : actions/setup-java@v4
28+ uses : actions/setup-java@v5
2929 with :
3030 java-version : ${{ env.JAVA_VERSION }}
3131 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments