File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2323
2424 steps :
2525 # actions/checkout v1.* is needed for correct codecov upload, see https://github.com/actions/checkout/issues/237 for details
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 # ensure that gradle wrapper files in repository are valid by checking checksums
2828 - uses : gradle/actions/wrapper-validation@v4
2929 - name : Set up JDK 21
3939 restore-keys : |
4040 ${{ runner.os }}-gradle-konan
4141 - name : Gradle build with remote cache
42- uses : burrunan/gradle-cache-action@v2
42+ uses : burrunan/gradle-cache-action@v3
4343 with :
4444 arguments : |
4545 build
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 GRADLE_OPTS : -Dorg.gradle.daemon=false
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Set up JDK 21
1717 uses : actions/setup-java@v4
1818 with :
1919 distribution : ' temurin'
2020 java-version : 21
2121 - name : Gradle build with remote cache
22- uses : burrunan/gradle-cache-action@v2
22+ uses : burrunan/gradle-cache-action@v3
2323 with :
2424 arguments : detektAll
2525 properties : |
Original file line number Diff line number Diff line change 1212 GRADLE_OPTS : -Dorg.gradle.daemon=false
1313
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Set up JDK 21
1717 uses : actions/setup-java@v4
1818 with :
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 update_kjs_yarn_lock :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 if : github.event_name == 'pull_request'
1919 with :
2020 # Checkout source branch directly, without merging base into it
2121 ref : ${{ github.event.pull_request.head.ref }}
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 if : github.event_name == 'push'
2424 with :
2525 # Checkout source branch directly, without merging base into it
Original file line number Diff line number Diff line change 2020 os : [ macos-latest ]
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 # release workflow should have access to all tags
2626 fetch-depth : 0
3131 java-version : 21
3232 - name : Status git before
3333 run : git status
34- - uses : burrunan/gradle-cache-action@v2
34+ - uses : burrunan/gradle-cache-action@v3
3535 with :
3636 gradle-version : wrapper
3737 # Until https://github.com/burrunan/gradle-cache-action/issues/42 is addressed, gradle should be run as a separate step
You can’t perform that action at this time.
0 commit comments