File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2323 echo "JAVA_VERSION=$(grep '<target.java.version>' ${GITHUB_WORKSPACE}/modules/dataverse-parent/pom.xml | cut -f2 -d'>' | cut -f1 -d'<')" | tee -a ${GITHUB_ENV}
2424 - name : Set up JDK ${{ env.JAVA_VERSION }}
2525 id : setup-java
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 2323 - uses : actions/checkout@v5
2424 with :
2525 ref : ' refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
26- - uses : actions/setup-java@v4
26+ - uses : actions/setup-java@v5
2727 with :
2828 java-version : " 17"
2929 distribution : ' adopt'
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v5
1818
19- - uses : actions/setup-java@v4
19+ - uses : actions/setup-java@v5
2020 with :
2121 distribution : ' zulu'
2222 java-version : ' 17'
Original file line number Diff line number Diff line change 3636 - name : Determine Java version from Parent POM
3737 run : echo "JAVA_VERSION=$(grep '<target.java.version>' modules/dataverse-parent/pom.xml | cut -f2 -d'>' | cut -f1 -d'<')" >> ${GITHUB_ENV}
3838 - name : Set up JDK ${{ env.JAVA_VERSION }}
39- uses : actions/setup-java@v4
39+ uses : actions/setup-java@v5
4040 with :
4141 java-version : ${{ env.JAVA_VERSION }}
4242 distribution : temurin
Original file line number Diff line number Diff line change 3939 # Basic setup chores
4040 - uses : actions/checkout@v5
4141 - name : Set up JDK ${{ matrix.jdk }}
42- uses : actions/setup-java@v4
42+ uses : actions/setup-java@v5
4343 with :
4444 java-version : ${{ matrix.jdk }}
4545 distribution : temurin
@@ -105,7 +105,7 @@ jobs:
105105 # Basic setup chores
106106 - uses : actions/checkout@v5
107107 - name : Set up JDK ${{ matrix.jdk }}
108- uses : actions/setup-java@v4
108+ uses : actions/setup-java@v5
109109 with :
110110 java-version : ${{ matrix.jdk }}
111111 distribution : temurin
@@ -138,7 +138,7 @@ jobs:
138138 # TODO: As part of #10618 change to setup-maven custom action
139139 # Basic setup chores
140140 - uses : actions/checkout@v5
141- - uses : actions/setup-java@v4
141+ - uses : actions/setup-java@v5
142142 with :
143143 java-version : ' 17'
144144 distribution : temurin
Original file line number Diff line number Diff line change 3838 if : github.event_name == 'pull_request' && needs.check-secrets.outputs.available == 'true'
3939 steps :
4040 - uses : actions/checkout@v5
41- - uses : actions/setup-java@v4
41+ - uses : actions/setup-java@v5
4242 with :
4343 java-version : ' 17'
4444 distribution : ' adopt'
6464 if : github.event_name == 'push' && needs.check-secrets.outputs.available == 'true'
6565 steps :
6666 - uses : actions/checkout@v5
67- - uses : actions/setup-java@v4
67+ - uses : actions/setup-java@v5
6868 with :
6969 java-version : ' 17'
7070 distribution : ' adopt'
7676
7777 # Running setup-java again overwrites the settings.xml - IT'S MANDATORY TO DO THIS SECOND SETUP!!!
7878 - name : Set up Maven Central Repository
79- uses : actions/setup-java@v4
79+ uses : actions/setup-java@v5
8080 with :
8181 java-version : ' 17'
8282 distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments