Skip to content

Commit 6d16b19

Browse files
Update gradle/gradle-build-action action to v3
1 parent ed2ccea commit 6d16b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/gradle-task/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs :
3636
uses : ./.github/actions/gradle-args
3737

3838
- name : Gradle build action
39-
uses : gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
39+
uses : gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3
4040
with :
4141
cache-read-only : false
4242
gradle-home-cache-cleanup : true
@@ -95,7 +95,7 @@ runs :
9595

9696
# Run the actual task. Note that this still uses gradle-build-action for more fine-grained caching.
9797
- name : Run ${{inputs.task}}
98-
uses : gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
98+
uses : gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v3
9999
with :
100100
# These arguments need to be on a single line. If they're defined with wrapping (using `|`),
101101
# something along the way to the actual CLI invocation gets confused and the jvmargs list

0 commit comments

Comments
 (0)