diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eb4dfd8..3ccccd9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5ecd945..27ddc94 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" }