File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 runs-on : ubuntu-24.04
1313 steps :
1414
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v5
1616
1717 - name : Setup JDK
18- uses : actions/setup-java@v3
18+ uses : actions/setup-java@v5
1919 with :
20- distribution : ' adopt '
21- java-version : ' 17 '
20+ distribution : ' temurin '
21+ java-version : ' 21 '
2222
2323 - name : Build
2424 run : ./gradlew spotlessCheck assembleDebug
2727 run : ./gradlew testDebugUnitTest
2828
2929 - name : Publish Kotlin results
30- uses : dorny/test-reporter@v1.6.0
30+ uses : dorny/test-reporter@v2.1.1
3131 if : always()
3232 with :
3333 name : Kotlin results
@@ -40,18 +40,18 @@ jobs:
4040 runs-on : macos-15
4141 steps :
4242
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v5
4444
4545 - name : Configure Xcode
46- uses : maxim-lobanov/setup-xcode@v1
46+ uses : maxim-lobanov/setup-xcode@v1.6.0
4747 with :
4848 xcode-version : ' 16.1'
4949
5050 - name : Setup JDK
51- uses : actions/setup-java@v3
51+ uses : actions/setup-java@v5
5252 with :
53- distribution : ' adopt '
54- java-version : ' 17 '
53+ distribution : ' temurin '
54+ java-version : ' 21 '
5555
5656 - name : Test
5757 run : |
You can’t perform that action at this time.
0 commit comments