diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-07-16 03:53:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 22:23:51 +0000 |
commit | 2a36f07d7474a9206f12132b9bb47e0d69c1c994 (patch) | |
tree | 053098aeca5c4f630a6e7c76296fe1951e784a4a /.github/reusable-workflows/setup-gradle/action.yml | |
parent | 5f0a9411e9ca16ee1b2fa68df5734a4ca52d1320 (diff) |
chore(deps): update gradle/actions digest to d9c87d4 (#3122)
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 c737e139..8b80839a 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@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3 + uses: gradle/actions/setup-gradle@d9c87d481d55275bb5441eef3fe0e46805f9ef70 # v3 with: add-job-summary: always cache-read-only: ${{ inputs.cache-read-only }} |