Skip to content

Commit

Permalink
chore(deps): Update gradle and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 2b4fe13 commit 918628f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: "./gradlew build --stacktrace"
- name: "archive test results"
if: "${{ always() }}"
uses: "actions/upload-artifact@v4.4.3"
uses: "actions/upload-artifact@v4.5.0"
with:
name: "${{ runner.os }}-test-results"
path: |
Expand All @@ -50,7 +50,7 @@ jobs:
fi
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: "Cache test run data"
uses: "actions/cache@v4.1.2"
uses: "actions/cache@v4.2.0"
with:
path: |
testserver/libraries
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pluginManagement {
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
id("fabric-loom") version "1.9.2"
id("net.neoforged.moddev.repositories") version "2.0.52-beta"
id("net.neoforged.moddev.repositories") version "2.0.72"
}

rootProject.name = "adventure-platform-mod-parent"
Expand Down

0 comments on commit 918628f

Please sign in to comment.