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 1717 CI : true
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Get Kotlin version
2222 id : get-kotlin-version
2323 run : |
2727 key : konan-${{ runner.os }}-${{ steps.get-kotlin-version.outputs.version }}
2828 path : ~/.konan
2929 - name : Set up JDK 11
30- uses : actions/setup-java@v4
30+ uses : actions/setup-java@v5
3131 with :
3232 distribution : temurin
3333 java-version : 11
Original file line number Diff line number Diff line change 1515 name : Build and publish release
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 - name : Get Kotlin version
2727 key : konan-${{ runner.os }}-${{ steps.get-kotlin-version.outputs.version }}
2828 path : ~/.konan
2929 - name : Set up JDK
30- uses : actions/setup-java@v4
30+ uses : actions/setup-java@v5
3131 with :
3232 distribution : temurin
3333 java-version : 17
You can’t perform that action at this time.
0 commit comments