File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
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
4141 run : ./gradlew check build -x detekt -Pdetekt.multiplatform.disabled=true --scan
4242 - name : Upload test reports
4343 if : ${{ failure() }} # runs only if previous step has failed, the entire workflow will still be marked as failed
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@v5
4545 with :
4646 name : gradle-test-report
4747 path : ' **/build/reports/'
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