File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
with :
32
32
ssh-private-key : " ${{ secrets.DOCKER_HOST_SSH_KEY }}"
33
33
- name : " setup / login to ghcr"
34
- uses : " docker/login-action@v3.1 .0"
34
+ uses : " docker/login-action@v3.2 .0"
35
35
with :
36
36
registry : " ghcr.io"
37
37
username : " ${{ github.actor }}"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ktor = "2.3.11"
6
6
7
7
[plugins ]
8
8
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 " }
10
10
kotlin-multiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
11
11
kotlinx-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
12
12
spotless = { id = " com.diffplug.spotless" , version = " 6.25.0" }
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments