Skip to content

Commit

Permalink
Merge pull request #167 from KyoriPowered/renovate/gradle-and-github-…
Browse files Browse the repository at this point in the history
…actions

chore(deps): Update gradle and github actions
  • Loading branch information
zml2008 authored Nov 3, 2024
2 parents 0017ab4 + aecf136 commit e6959c3
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/[email protected].0"
uses: "actions/[email protected].3"
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/[email protected].0"
uses: "actions/[email protected].2"
with:
path: |
testserver/libraries
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "check
[plugins]
configurateTransformations = { id = "ca.stellardrift.configurate-transformations" }
eclipseApt = "com.diffplug.eclipse.apt:4.1.0"
loom = "fabric-loom:1.8.10"
loom = "fabric-loom:1.8.12"
# ModDevGradle settings plugin is putting another version on the classpath, so we can't specify a version :(
ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext" }
indra = { id = "net.kyori.indra" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pluginManagement {

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("fabric-loom") version "1.8.10"
id("fabric-loom") version "1.8.12"
id("net.neoforged.moddev.repositories") version "1.0.21"
}

Expand Down

0 comments on commit e6959c3

Please sign in to comment.