File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
restore-keys : |
40
40
${{ runner.os }}-gradle-konan
41
41
- name : Gradle build with remote cache
42
- uses : burrunan/gradle-cache-action@v2
42
+ uses : burrunan/gradle-cache-action@v3
43
43
with :
44
44
arguments : |
45
45
build
Original file line number Diff line number Diff line change 19
19
distribution : ' temurin'
20
20
java-version : 21
21
21
- name : Gradle build with remote cache
22
- uses : burrunan/gradle-cache-action@v2
22
+ uses : burrunan/gradle-cache-action@v3
23
23
with :
24
24
arguments : detektAll
25
25
properties : |
Original file line number Diff line number Diff line change 31
31
java-version : 21
32
32
- name : Status git before
33
33
run : git status
34
- - uses : burrunan/gradle-cache-action@v2
34
+ - uses : burrunan/gradle-cache-action@v3
35
35
with :
36
36
gradle-version : wrapper
37
37
# 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