diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-11-27 16:04:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 16:04:58 +0530 |
commit | f8230043189e037c8b4d46373e6077e91c1c4f93 (patch) | |
tree | 0c85f15a251b281613b6e933a60c6646199231a2 /.github/workflows/deploy_library_releases.yml | |
parent | 47b96c7fc7696c8f1c830283dac2b9f532b9aa95 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.10.0 (#2781)
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 8a80c87f..668c4fde 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/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 + uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true |