File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
2626 steps :
2727
2828 - name : " Checkout Repository"
29- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3030 with :
3131 fetch-tags : true
3232 fetch-depth : 0
3333
3434 - name : " Checkout CI Scripts"
35- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
35+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3636 with :
3737 repository : xpdustry/.github
3838 path : .xpdustry-ci
4545 distribution : " temurin"
4646
4747 - name : " Setup Gradle"
48- uses : gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6
48+ uses : gradle/actions/setup-gradle@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60 # v6
4949
5050 - name : " Get And Validate Version"
5151 id : version
9292
9393 - name : " Commit Release Changes"
9494 if : ${{ github.event_name == 'release' }}
95- uses : planetscale/ghcommit-action@25309d8005ac7c3bcd61d3fe19b69e0fe47dbdde # v0.2.20
95+ uses : planetscale/ghcommit-action@a6b150b81dca5dd027baa898604418eec9e11465 # v0.2.22
9696 env :
9797 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9898 with :
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 steps :
1313
1414 - name : " Checkout Repository"
15- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
15+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1616 with :
1717 fetch-tags : true
1818 fetch-depth : 0
1919
2020 - name : " Checkout CI Scripts"
21- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2222 with :
2323 repository : xpdustry/.github
2424 path : .xpdustry-ci
3131 distribution : " temurin"
3232
3333 - name : " Setup Gradle"
34- uses : gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6
34+ uses : gradle/actions/setup-gradle@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60 # v6
3535
3636 - name : " Get And Validate Version"
3737 id : version
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ import com.xpdustry.toxopid.task.MindustryExec
77import java.util.Properties
88
99plugins {
10- id(" com.diffplug.spotless" ) version " 8.4 .0"
10+ id(" com.diffplug.spotless" ) version " 8.6 .0"
1111 id(" net.kyori.indra" ) version " 4.0.0"
12- id(" com.gradleup.shadow" ) version " 9.4.1 "
12+ id(" com.gradleup.shadow" ) version " 9.4.2 "
1313 id(" com.xpdustry.toxopid" ) version " 4.2.0"
1414}
1515
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-9.4 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.5 .1-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments