diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e44eeb0e..e77836bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: run: "./gradlew build --stacktrace" - name: "archive test results" if: "${{ always() }}" - uses: "actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f" # v7.0.0 + uses: "actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a" # v7.0.1 with: name: "${{ runner.os }}-test-results" path: | @@ -52,7 +52,7 @@ jobs: fi echo "VERSION=$VERSION" >> $GITHUB_ENV - name: "Cache test run data" - uses: "actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306" # v5.0.3 + uses: "actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae" # v5.0.5 with: path: | testserver/libraries @@ -126,7 +126,7 @@ jobs: ./gradlew copyJavadoc --output build/publish-jd/platform/ - name: "authenticate for javadoc publication" if: "${{ runner.os == 'Linux' && env.STATUS == 'release' && github.event_name == 'release' }}" - uses: "actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859" # v3.0.0 + uses: "actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1" # v3.2.0 id: jd-token with: app-id: "${{ secrets.DEPLOYMENT_APP_ID }}" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 32537a3d..aa3909b9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ mod-publish-plugin = "1.1.0" junit = "6.0.3" minecraft = "26.1.2" vineflower = "1.11.2" -spotless = "8.3.0" +spotless = "8.5.1" neoforge = "26.1.2.7-beta" neoform = "26.1.2-1" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dbc3ce4a..5dd3c012 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/settings.gradle.kts b/settings.gradle.kts index 4a31dcfe..b1eeeaa4 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -25,7 +25,7 @@ pluginManagement { plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0" - id("net.fabricmc.fabric-loom-repositories") version "1.15.5" + id("net.fabricmc.fabric-loom-repositories") version "1.16.2" id("net.neoforged.moddev.repositories") version "2.0.141" }