diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-08-19 04:22:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-19 04:22:02 +0530 |
commit | f09eb1f8eef8b23762a3961e1897ee8083e2d5ac (patch) | |
tree | bae7a5967ab2dcde6b47d728e1a2d14934082b7e /.github/workflows/deploy_library_releases.yml | |
parent | 11a97a7bc51b8806960bd934d68cffff3248e214 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.7.1 (#2656)
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 716a0777..02464468 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@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0 + uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true |