aboutsummaryrefslogtreecommitdiff
path: root/.github/reusable-workflows/setup-gradle/action.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-08-04 10:31:17 +0530
committerGitHub <noreply@github.com>2024-08-04 05:01:17 +0000
commit6fcee50f924a715f0e7fde773918d874c5180035 (patch)
treea29ac0fc4a7b44fe540310a39760a50b8beb80db /.github/reusable-workflows/setup-gradle/action.yml
parent137d94aba4bd6e286d64480b56ef144815adc9f5 (diff)
chore(deps): update gradle/actions action to v4 (#3149)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/reusable-workflows/setup-gradle/action.yml')
-rw-r--r--.github/reusable-workflows/setup-gradle/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/reusable-workflows/setup-gradle/action.yml b/.github/reusable-workflows/setup-gradle/action.yml
index 8b80839a..0ead3af0 100644
--- a/.github/reusable-workflows/setup-gradle/action.yml
+++ b/.github/reusable-workflows/setup-gradle/action.yml
@@ -48,7 +48,7 @@ runs:
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
- name: Setup Gradle
- uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3
+ uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4
with:
add-job-summary: always
cache-read-only: ${{ inputs.cache-read-only }}