File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout Latest Commit
12- uses : actions/checkout@v4.2.2
12+ uses : actions/checkout@v6.0.3
1313 - name : Bump Version
1414 id : bump
1515 uses : Plugily-Projects/version-bump-action@v10
@@ -23,32 +23,32 @@ jobs:
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout Latest Commit
26- uses : actions/checkout@v4.2.2
26+ uses : actions/checkout@v6.0.3
2727 with :
2828 ref : ' development'
2929 - name : Set up JDK
30- uses : actions/setup-java@v4.6 .0
30+ uses : actions/setup-java@v5.2 .0
3131 with :
3232 distribution : ' temurin'
3333 java-version : ' 21'
3434 java-package : jdk
3535 - name : Set up Maven
36- uses : stCarolas/setup-maven@v5
36+ uses : stCarolas/setup-maven@v5.1
3737 with :
3838 maven-version : 3.8.2
3939 - name : Cache
40- uses : actions/cache@v4.2.2
40+ uses : actions/cache@v5.0.5
4141 with :
4242 path : ~/.m2/repository
4343 key : maven-${{ hashFiles('**/pom.xml') }}
4444 restore-keys : maven-
4545 - name : Publish with Maven
46- uses : s4u/maven-settings-action@v3.1 .0
46+ uses : s4u/maven-settings-action@v4.0 .0
4747 with :
4848 servers : |
4949 [{
5050 "id": "Snapshot",
5151 "username": "${{ secrets.SNAPSHOTSUSERNAME }}",
5252 "password": "${{ secrets.SNAPSHOTSPASSWORD }}"
5353 }]
54- - run : mvn clean verify compile package site:site javadoc:javadoc javadoc:jar deploy -DaltDeploymentRepository=Snapshot::https://maven.plugily.xyz/snapshots -f pom.xml
54+ - run : mvn clean verify compile package site:site javadoc:javadoc javadoc:jar deploy -DaltDeploymentRepository=Snapshot::https://maven.plugily.xyz/snapshots -f pom.xml
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Latest Commit
14- uses : actions/checkout@v4.2.2
14+ uses : actions/checkout@v6.0.3
1515 - name : Bump Version
1616 id : bump
1717 uses : Plugily-Projects/version-bump-action@v10
@@ -26,32 +26,32 @@ jobs:
2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout Latest Commit
29- uses : actions/checkout@v4.2.2
29+ uses : actions/checkout@v6.0.3
3030 with :
3131 ref : ' master'
3232 - name : Set up JDK
33- uses : actions/setup-java@v4.6 .0
33+ uses : actions/setup-java@v5.2 .0
3434 with :
3535 distribution : ' temurin'
3636 java-version : ' 21'
3737 java-package : jdk
3838 - name : Set up Maven
39- uses : stCarolas/setup-maven@v5
39+ uses : stCarolas/setup-maven@v5.1
4040 with :
4141 maven-version : 3.8.2
4242 - name : Cache
43- uses : actions/cache@v4.2.2
43+ uses : actions/cache@v5.0.5
4444 with :
4545 path : ~/.m2/repository
4646 key : maven-${{ hashFiles('**/pom.xml') }}
4747 restore-keys : maven-
4848 - name : Publish with Maven
49- uses : s4u/maven-settings-action@v3.1 .0
49+ uses : s4u/maven-settings-action@v4.0 .0
5050 with :
5151 servers : |
5252 [{
5353 "id": "Release",
5454 "username": "${{ secrets.RELEASESUSERNAME }}",
5555 "password": "${{ secrets.RELEASESPASSWORD }}"
5656 }]
57- - run : mvn clean verify compile package site:site javadoc:javadoc javadoc:jar deploy -DaltDeploymentRepository=Release::https://maven.plugily.xyz/releases -f pom.xml
57+ - run : mvn clean verify compile package site:site javadoc:javadoc javadoc:jar deploy -DaltDeploymentRepository=Release::https://maven.plugily.xyz/releases -f pom.xml
Original file line number Diff line number Diff line change 77
88 <groupId >plugily.projects</groupId >
99 <artifactId >thebridge</artifactId >
10- <version >2.1.8</version >
10+ <version >2.1.8-SNAPSHOT1 </version >
1111 <name >TheBridge</name >
1212
1313 <properties >
5858 <dependency >
5959 <groupId >plugily.projects</groupId >
6060 <artifactId >MiniGamesBox-Classic</artifactId >
61- <version >1.4.6 </version >
61+ <version >1.4.7 </version >
6262 <scope >compile</scope >
6363 <optional >true</optional >
6464 </dependency >
You can’t perform that action at this time.
0 commit comments