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 1818 name : Build and publish release
1919 runs-on : ubuntu-24.04
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 fetch-depth : 0
2424 - name : Get Kotlin version
@@ -30,11 +30,11 @@ jobs:
3030 key : konan-${{ runner.os }}-${{ steps.get-kotlin-version.outputs.version }}
3131 path : ~/.konan
3232 - name : Set up JDK
33- uses : actions/setup-java@v4
33+ uses : actions/setup-java@v5
3434 with :
3535 distribution : temurin
3636 java-version : 17
37- - uses : gradle/actions/setup-gradle@v4
37+ - uses : gradle/actions/setup-gradle@v5
3838 with :
3939 gradle-version : wrapper
4040 cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
You can’t perform that action at this time.
0 commit comments