File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444 with :
4545 submodules : true
4646 - name : Set up Java
47- uses : actions/setup-java@v4
47+ uses : actions/setup-java@v5
4848 with :
4949 distribution : temurin
5050 java-version : 22
Original file line number Diff line number Diff line change 1919 with :
2020 submodules : true
2121 - name : Set up Java
22- uses : actions/setup-java@v4
22+ uses : actions/setup-java@v5
2323 with :
2424 distribution : temurin
2525 java-version : 22
Original file line number Diff line number Diff line change 3434 with :
3535 submodules : true
3636 - name : Set up Java
37- uses : actions/setup-java@v4
37+ uses : actions/setup-java@v5
3838 with :
3939 distribution : temurin
4040 java-version : 22
5555 - name : Build javadoc
5656 run : mvn --no-transfer-progress javadoc:javadoc antrun:run@fix-javadoc
5757 - name : Upload pages artifact
58- uses : actions/upload-pages-artifact@v3
58+ uses : actions/upload-pages-artifact@v4
5959 with :
6060 path : target/reports/apidocs
6161 - name : Publish to GitHub Pages
You can’t perform that action at this time.
0 commit comments