diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-08-27 07:50:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 02:20:19 +0000 |
commit | 75dd19469ceaf0d29567ddbe793fc398a01ea559 (patch) | |
tree | 7abd2337bd5c090a87f77eb03fa983d2b00df773 /.github/reusable-workflows/setup-gradle/action.yml | |
parent | a206fe36b6ff26197b1f7a3fb06879056f29aeb0 (diff) |
chore(deps): update gradle/actions digest to 16bf8bc (#3189)
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.yml | 2 |
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 11672927..d943e757 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@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4 + uses: gradle/actions/setup-gradle@16bf8bc8fe830fa669c3c9f914d3eb147c629707 # v4 with: add-job-summary: always cache-cleanup: on-success |