File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ jobs:
1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Setup secrets
2020 run : |
2121 echo marvel_public_api_key=${{ secrets.MARVEL_PUBLIC_API_KEY }} >> gradle.properties
2222 echo marvel_private_api_key=${{ secrets.MARVEL_PRIVATE_API_KEY }} >> gradle.properties
2323
2424 - name : Setup Java
25- uses : actions/setup-java@v4
25+ uses : actions/setup-java@v5
2626 with :
2727 distribution : ' temurin'
2828 java-version : ' 21'
2929
3030 - name : Setup Gradle
31- uses : gradle/actions/setup-gradle@v4
31+ uses : gradle/actions/setup-gradle@v5
3232
3333 - name : Paparazzi tests
3434 run : ./gradlew verifyPaparazziDebug
4545 timeout-minutes : 30
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 - name : Enable KVM
5151 run : |
@@ -54,13 +54,13 @@ jobs:
5454 sudo udevadm trigger --name-match=kvm
5555
5656 - name : Setup Java
57- uses : actions/setup-java@v4
57+ uses : actions/setup-java@v5
5858 with :
5959 distribution : ' temurin'
6060 java-version : ' 21'
6161
6262 - name : Setup Gradle
63- uses : gradle/actions/setup-gradle@v4
63+ uses : gradle/actions/setup-gradle@v5
6464
6565 - name : Setup secrets
6666 run : |
8585
8686 - name : Archive Maestro test results on failure
8787 if : failure()
88- uses : actions/upload-artifact@v4
88+ uses : actions/upload-artifact@v5
8989 with :
9090 name : maestro-test-results
9191 path : ~/.maestro/tests/*/
Original file line number Diff line number Diff line change @@ -99,19 +99,19 @@ dependencies {
9999 implementation " io.coil-kt:coil-compose:$coil_version "
100100
101101 def retrofit = " 3.0.0"
102- def okhttp = " 4.12 .0"
102+ def okhttp = " 5.3 .0"
103103 implementation " com.squareup.retrofit2:retrofit:$retrofit "
104104 implementation " com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0"
105105 implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0"
106106 implementation " com.squareup.okhttp3:logging-interceptor:$okhttp "
107107
108108 debugImplementation " androidx.compose.ui:ui-test-manifest:$compose "
109109
110- def kotest = " 5.9.1 "
110+ def kotest = " 6.0.4 "
111111 testImplementation " io.kotest:kotest-runner-junit5-jvm:$kotest "
112112 testImplementation " io.kotest:kotest-assertions-core-jvm:$kotest "
113113 testImplementation ' app.cash.turbine:turbine:1.2.1'
114- testImplementation ' org.junit.vintage:junit-vintage-engine:5.14.0 '
114+ testImplementation ' org.junit.vintage:junit-vintage-engine:6.0.1 '
115115 testImplementation " io.coil-kt:coil-test:$coil_version "
116116
117117 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments