Skip to content

Commit ae92a55

Browse files
chore(deps): Update gradle and github actions
1 parent d0d8bca commit ae92a55

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: "setup env"
2626
id: "setup"
27-
uses: "KyoriPowered/ci-cookbook/actions/setup-java-env@f3b9a3fbb31e9f4320d855e7be17b028522e87be" # 2026.02.07
27+
uses: "KyoriPowered/ci-cookbook/actions/setup-java-env@38f84f74c37a4f4aca1008522b32c5e9c625e10d" # 2026.03.17
2828
with:
2929
runtime_version: 25
3030
publishing_branch_regex: '(?:(?:(?:mc\/)?(\d+(?:\.\d+)*(?:\.x)?)))'
@@ -35,7 +35,7 @@ jobs:
3535
run: "./gradlew build --stacktrace"
3636
- name: "archive test results"
3737
if: "${{ always() }}"
38-
uses: "actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f" # v7.0.0
38+
uses: "actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a" # v7.0.1
3939
with:
4040
name: "${{ runner.os }}-test-results"
4141
path: |
@@ -52,7 +52,7 @@ jobs:
5252
fi
5353
echo "VERSION=$VERSION" >> $GITHUB_ENV
5454
- name: "Cache test run data"
55-
uses: "actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306" # v5.0.3
55+
uses: "actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7" # v5.0.4
5656
with:
5757
path: |
5858
testserver/libraries
@@ -126,7 +126,7 @@ jobs:
126126
./gradlew copyJavadoc --output build/publish-jd/platform/
127127
- name: "authenticate for javadoc publication"
128128
if: "${{ runner.os == 'Linux' && env.STATUS == 'release' && github.event_name == 'release' }}"
129-
uses: "actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859" # v3.0.0
129+
uses: "actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3" # v3.1.1
130130
id: jd-token
131131
with:
132132
app-id: "${{ secrets.DEPLOYMENT_APP_ID }}"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mod-publish-plugin = "1.1.0"
1515
junit = "6.0.3"
1616
minecraft = "26.1.2"
1717
vineflower = "1.11.2"
18-
spotless = "8.3.0"
18+
spotless = "8.4.0"
1919
neoforge = "26.1.2.7-beta"
2020
neoform = "26.1.2-1"
2121

gradle/wrapper/gradle-wrapper.jar

2.73 KB
Binary file not shown.

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.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)