diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-13 08:35:59 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-13 08:35:59 +0530 |
commit | 54ca7893722d5ee60c1b52b83e3722a5dc9249d2 (patch) | |
tree | 37eee2fe8e196880a8957f94c4e631cdb7b5a96b /.github/workflows/deploy_library_releases.yml | |
parent | 009f16e1ab1f4914a7e2cc89c0fcbe113e7a01bc (diff) |
chore(deps): update gradle/gradle-build-action action to v2.4.1 (#2469)
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 0e0c1faa..e7a9ee01 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@6095a76664413da4c8c134ee32e8a8ae900f0f1f # v2.4.0 + uses: gradle/gradle-build-action@5056fa9d50478a14af3c9925c12ca02318659d3e # v2.4.1 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true |