Skip to content

Commit 2965710

Browse files
chore(deps): update gradle/gradle-build-action digest to bdf99f9
1 parent 79c3f72 commit 2965710

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@fe59895742b4f984530980e4f693943577526b61 # v3
39+
uses: gradle/gradle-build-action@bdf99f9dada2506e990bac6de8ec5e3de34a04f1 # v3
4040
with:
4141
cache-read-only: false
4242
gradle-home-cache-cleanup: true
@@ -93,7 +93,7 @@ runs:
9393
9494
# Run the actual task. Note that this still uses gradle-build-action for more fine-grained caching.
9595
- name: Run ${{ inputs.task }}
96-
uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 # v3
96+
uses: gradle/gradle-build-action@bdf99f9dada2506e990bac6de8ec5e3de34a04f1 # v3
9797
with:
9898
# These arguments need to be on a single line. If they're defined with wrapping (using `|`),
9999
# something along the way to the actual CLI invocation gets confused and the jvmargs list

0 commit comments

Comments
 (0)