Skip to content

Commit

Permalink
Merge pull request #198 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 Mar 2, 2024
2 parents 71c0922 + 7412734 commit 20ed3b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: "build for production"
run: "./gradlew build"
- name: "setup / ssh"
uses: "webfactory/ssh-agent@v0.8.0"
uses: "webfactory/ssh-agent@v0.9.0"
with:
ssh-private-key: "${{ secrets.DOCKER_HOST_SSH_KEY }}"
- name: "setup / login to ghcr"
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ ktor = "2.3.8"

[plugins]
indra-git = { id = "net.kyori.indra.git", version = "3.1.3" }
jib = { id = "com.google.cloud.tools.jib", version = "3.4.0" }
jib = { id = "com.google.cloud.tools.jib", version = "3.4.1" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"}
spotless = { id = "com.diffplug.spotless", version = "6.24.0" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }

[libraries]
adventure-minimessage = { group = "net.kyori", name = "adventure-text-minimessage", version.ref = "adventure" }
Expand Down

0 comments on commit 20ed3b2

Please sign in to comment.