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 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 : |
@@ -27,11 +27,11 @@ jobs:
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
34- - uses : gradle/actions/setup-gradle@v4
34+ - uses : gradle/actions/setup-gradle@v5
3535 name : Setup Gradle
3636 with :
3737 gradle-version : wrapper
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
@@ -27,11 +27,11 @@ jobs:
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
34- - uses : gradle/actions/setup-gradle@v4
34+ - uses : gradle/actions/setup-gradle@v5
3535 with :
3636 gradle-version : wrapper
3737 cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
You can’t perform that action at this time.
0 commit comments