Skip to content

Commit b2df882

Browse files
chore(deps): Update gradle and github actions
1 parent 1840846 commit b2df882

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ssh-private-key: "${{ secrets.DOCKER_HOST_SSH_KEY }}"
3333
- name: "setup / login to ghcr"
34-
uses: "docker/login-action@v3.1.0"
34+
uses: "docker/login-action@v3.2.0"
3535
with:
3636
registry: "ghcr.io"
3737
username: "${{ github.actor }}"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ktor = "2.3.11"
66

77
[plugins]
88
indra-git = { id = "net.kyori.indra.git", version = "3.1.3" }
9-
jib = { id = "com.google.cloud.tools.jib", version = "3.4.2" }
9+
jib = { id = "com.google.cloud.tools.jib", version = "3.4.3" }
1010
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
1111
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"}
1212
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)