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 2828 - uses : actions/checkout@v4
2929
3030 - name : Set up JDK
31- uses : actions/setup-java@v3
31+ uses : actions/setup-java@v4
3232 with :
3333 distribution : ${{ matrix.distribution }}
3434 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020
2121 - name : Set up JDK
22- uses : actions/setup-java@v3
22+ uses : actions/setup-java@v4
2323 with :
2424 java-version : ' 17'
2525 distribution : ' temurin'
@@ -120,7 +120,7 @@ jobs:
120120 git pull
121121
122122 - name : Set up JDK Apache Maven Central
123- uses : actions/setup-java@v3
123+ uses : actions/setup-java@v4
124124 with : # running setup-java again overwrites the settings.xml
125125 java-version : ' 17'
126126 distribution : ' temurin'
@@ -152,7 +152,7 @@ jobs:
152152 git pull
153153
154154 - name : Setup - Java
155- uses : actions/setup-java@v3
155+ uses : actions/setup-java@v4
156156 with :
157157 java-version : ' 17'
158158 distribution : ' temurin'
Original file line number Diff line number Diff line change 3131 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
3232
3333 - name : Set up JDK
34- uses : actions/setup-java@v3
34+ uses : actions/setup-java@v4
3535 with :
3636 distribution : ' temurin'
3737 java-version : 17
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414
1515 - name : Set up JDK OSSRH
16- uses : actions/setup-java@v3
16+ uses : actions/setup-java@v4
1717 with : # running setup-java again overwrites the settings.xml
1818 distribution : ' temurin'
1919 java-version : ' 17'
You can’t perform that action at this time.
0 commit comments