File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,22 +21,22 @@ jobs:
2121
2222 steps :
2323 - name : Checkout Repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525
2626 - name : Set up JDK 17
27- uses : actions/setup-java@v4
27+ uses : actions/setup-java@v5
2828 with :
2929 java-version : 17
3030 distribution : ' temurin'
3131
3232 - name : Setup Gradle
33- uses : gradle/actions/setup-gradle@v4
33+ uses : gradle/actions/setup-gradle@v5
3434
3535 - name : Build Artifact
3636 run : ./gradlew release
3737
3838 - name : Upload Artifact to Actions
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v6
4040 with :
4141 name : " ${{ github.event.repository.name }}-artifacts"
4242 path : build/tmp/release/*.jar
7777
7878 - name : Commit Updated Changelog
7979 if : ${{ env.STATUS == 'release' && github.event_name == 'release' }}
80- uses : stefanzweifel/git-auto-commit-action@v5
80+ uses : stefanzweifel/git-auto-commit-action@v7
8181 with :
8282 branch : ${{ github.event.release.target_commitish }}
8383 commit_message : Update CHANGELOG
Original file line number Diff line number Diff line change 11[versions ]
22# plugins
33toxopid = " 4.1.1"
4- indra = " 3.1.3 "
5- spotless = " 6.25 .0"
6- shadow = " 8 .3.5 "
4+ indra = " 4.0.0 "
5+ spotless = " 8.1 .0"
6+ shadow = " 9 .3.0 "
77
88# utilities
99slf4md = " 1.0.1"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments