File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
CI : true
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Get Kotlin version
22
22
id : get-kotlin-version
23
23
run : |
@@ -27,11 +27,11 @@ jobs:
27
27
key : konan-${{ runner.os }}-${{ steps.get-kotlin-version.outputs.version }}
28
28
path : ~/.konan
29
29
- name : Set up JDK 11
30
- uses : actions/setup-java@v4
30
+ uses : actions/setup-java@v5
31
31
with :
32
32
distribution : temurin
33
33
java-version : 11
34
- - uses : gradle/actions/setup-gradle@v4
34
+ - uses : gradle/actions/setup-gradle@v5
35
35
name : Setup Gradle
36
36
with :
37
37
gradle-version : wrapper
Original file line number Diff line number Diff line change 15
15
name : Build and publish release
16
16
runs-on : ubuntu-24.04
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 0
21
21
- name : Get Kotlin version
@@ -27,11 +27,11 @@ jobs:
27
27
key : konan-${{ runner.os }}-${{ steps.get-kotlin-version.outputs.version }}
28
28
path : ~/.konan
29
29
- name : Set up JDK
30
- uses : actions/setup-java@v4
30
+ uses : actions/setup-java@v5
31
31
with :
32
32
distribution : temurin
33
33
java-version : 17
34
- - uses : gradle/actions/setup-gradle@v4
34
+ - uses : gradle/actions/setup-gradle@v5
35
35
with :
36
36
gradle-version : wrapper
37
37
cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
You can’t perform that action at this time.
0 commit comments