File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 id : vars
4444 run : echo ::set-output name=tag::${GITHUB_REF#refs/*/}
4545 - name : Set up Java
46- uses : actions/setup-java@v3
46+ uses : actions/setup-java@v4
4747 with :
4848 java-version : 11
4949 distribution : ' zulu'
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - uses : actions/checkout@v4
29- - uses : actions/setup-java@v3
29+ - uses : actions/setup-java@v4
3030 with :
3131 java-version : 11
3232 distribution : ' zulu'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 id ' org.ajoberstar.grgit' version ' 5.2.1'
55 id " com.github.ben-manes.versions" version ' 0.50.0'
66 id ' ru.vyarus.mkdocs' version ' 3.0.0'
7- id " com.github.spotbugs" version " 5.2.5 "
7+ id " com.github.spotbugs" version " 6.0.1 "
88 id ' com.diffplug.spotless' version ' 6.23.3'
99 id ' io.github.gradle-nexus.publish-plugin' version ' 1.3.0'
1010}
You can’t perform that action at this time.
0 commit comments