Skip to content

Commit b72e0c4

Browse files
chore(deps): Update build systems
1 parent 839d736 commit b72e0c4

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -45,7 +45,7 @@ jobs:
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
@@ -92,7 +92,7 @@ jobs:
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:

.github/workflows/draft-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -31,7 +31,7 @@ jobs:
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

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import com.xpdustry.toxopid.task.MindustryExec
77
import java.util.Properties
88

99
plugins {
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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)