diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-07-18 09:26:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-18 09:26:12 +0530 |
commit | 6a7871c094e9ce650d8d4edb39d6b6caf2d76dc3 (patch) | |
tree | 68f4560981a86b5ff379a1aca8e7b0a5e6419338 /.github/workflows/deploy_library_releases.yml | |
parent | fba2e8da53a1e6aa936aae2bad12821d17efe9ea (diff) |
chore(deps): update gradle/gradle-build-action action to v2.6.1 (#2606)
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 a4437f07..ee4f27be 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -18,7 +18,7 @@ jobs: java-version: 18 - name: Upload binaries - uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0 + uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true |