diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-05 09:31:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 04:01:54 +0000 |
commit | 19dd8e247852c1f231cee5716b847bb8cfa49256 (patch) | |
tree | 4af28a64550a83a12c54760c7f8a82e3280cc226 /.github/workflows/deploy_library_releases.yml | |
parent | c3ca15b576d83a133ebb08b2a85d082f18ba422d (diff) |
chore(deps): update gradle/actions digest to e24011a (#2984)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/deploy_library_releases.yml')
-rw-r--r-- | .github/workflows/deploy_library_releases.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index c3033ed0..fdb50a56 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -18,7 +18,7 @@ jobs: java-version: 20 - name: Upload binaries - uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3 + uses: gradle/actions/setup-gradle@e24011a3b5db78bd5ab798036042d9312002f252 # v3 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true |