File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
3434 - name : Set up JDK
3535 uses : actions/setup-java@v5
3636 with :
37- java-version : ' 17 '
37+ java-version : ' 11 '
3838 distribution : ' temurin'
3939 architecture : x64
4040
41- - uses : s4u/maven-settings-action@v2.8 .0
41+ - uses : s4u/maven-settings-action@v4.0 .0
4242 with :
4343 sonatypeSnapshots : true
4444
45- - uses : s4u/maven-settings-action@v2.8 .0
45+ - uses : s4u/maven-settings-action@v4.0 .0
4646 if : ${{ github.event_name == 'push' }}
4747 with :
4848 servers : |
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 - name : Set up JDK
3131 uses : actions/setup-java@v5
3232 with :
33- java-version : ' 17 '
33+ java-version : ' 11 '
3434 distribution : ' temurin'
3535 architecture : x64
3636
37- - uses : s4u/maven-settings-action@v2.8 .0
37+ - uses : s4u/maven-settings-action@v4.0 .0
3838 with :
3939 sonatypeSnapshots : true
4040
You can’t perform that action at this time.
0 commit comments