From 662b04bafa9890167a5391342d6608ca5efb6b81 Mon Sep 17 00:00:00 2001 From: Stephen Edwards Date: Wed, 27 Aug 2025 16:22:52 -0400 Subject: [PATCH] Use actions/setup-gradle --- .github/actions/gradle-task/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/gradle-task/action.yml b/.github/actions/gradle-task/action.yml index b476d024a8..25677a52d4 100644 --- a/.github/actions/gradle-task/action.yml +++ b/.github/actions/gradle-task/action.yml @@ -46,7 +46,7 @@ runs: uses: ./.github/actions/gradle-args - name: Gradle build action - uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3 + uses: gradle/actions/setup-gradle@v4 with: cache-read-only: false gradle-home-cache-cleanup: true @@ -103,9 +103,9 @@ runs: - uses: gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4 - # Run the actual task. Note that this still uses gradle-build-action for more fine-grained caching. + # Run the actual task - name: Run ${{inputs.task}} - uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3 + uses: gradle/actions/setup-gradle@v4 with: # These arguments need to be on a single line. If they're defined with wrapping (using `|`), # something along the way to the actual CLI invocation gets confused and the jvmargs list