File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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
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
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
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
You can’t perform that action at this time.
0 commit comments