File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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)?)))'
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 : |
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 }}"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ mod-publish-plugin = "1.1.0"
1515junit = " 6.0.3"
1616minecraft = " 26.1.2"
1717vineflower = " 1.11.2"
18- spotless = " 8.3 .0"
18+ spotless = " 8.4 .0"
1919neoforge = " 26.1.2.7-beta"
2020neoform = " 26.1.2-1"
2121
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.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.4.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments