Skip to content

Commit fbca95f

Browse files
chore(deps): Update gradle and github actions
1 parent 6b571f8 commit fbca95f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
publishing_branch_regex: "main"
2626
gradle_warning_mode: "all"
2727
- name: "setup / login to ghcr"
28-
uses: "docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121" # v4.1.0
28+
uses: "docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee" # v4.2.0
2929
with:
3030
registry: "ghcr.io"
3131
username: "${{ github.actor }}"

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
adventure = "5.1.1"
3-
kotlin = "2.3.21"
3+
kotlin = "2.4.0"
44
ktlint = "1.8.0"
55
ktor = "3.4.0"
66

@@ -9,7 +9,7 @@ indra-git = { id = "net.kyori.indra.git", version = "4.0.0" }
99
jib = { id = "com.google.cloud.tools.jib", version = "3.5.3" }
1010
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
1111
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"}
12-
spotless = { id = "com.diffplug.spotless", version = "8.5.1" }
12+
spotless = { id = "com.diffplug.spotless", version = "8.6.0" }
1313

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

0 commit comments

Comments
 (0)