File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/gradle-task Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
uses : ./.github/actions/gradle-args
37
37
38
38
- name : Gradle build action
39
- uses : gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
39
+ uses : gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3
40
40
with :
41
41
cache-read-only : false
42
42
gradle-home-cache-cleanup : true
95
95
96
96
# Run the actual task. Note that this still uses gradle-build-action for more fine-grained caching.
97
97
- name : Run ${{inputs.task}}
98
- uses : gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
98
+ uses : gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3
99
99
with :
100
100
# These arguments need to be on a single line. If they're defined with wrapping (using `|`),
101
101
# something along the way to the actual CLI invocation gets confused and the jvmargs list
You can’t perform that action at this time.
0 commit comments