File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
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'
@@ -123,7 +123,7 @@ jobs:
123123 git pull
124124
125125 - name : Set up JDK Apache Maven Central
126- uses : actions/setup-java@v3
126+ uses : actions/setup-java@v4
127127 with : # running setup-java again overwrites the settings.xml
128128 java-version : ' 17'
129129 distribution : ' temurin'
@@ -155,7 +155,7 @@ jobs:
155155 git pull
156156
157157 - name : Setup - Java
158- uses : actions/setup-java@v3
158+ uses : actions/setup-java@v4
159159 with :
160160 java-version : ' 17'
161161 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'
Original file line number Diff line number Diff line change 166166 <plugin >
167167 <groupId >org.apache.maven.plugins</groupId >
168168 <artifactId >maven-javadoc-plugin</artifactId >
169- <version >3.6.2 </version >
169+ <version >3.6.3 </version >
170170 <executions >
171171 <execution >
172172 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments