diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-12-20 11:05:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 05:35:12 +0000 |
commit | df54e9c6b7b25fcbc6997ba19a554da56925a6b3 (patch) | |
tree | 7ea855e7d0feaca8889ee7fd11217864b54cb7a2 /.github/workflows/deploy_library_releases.yml | |
parent | 34fc7dd6b541349744ba26eaacd60283b469b7c5 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.11.1 (#2829)
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 c80eecf2..d6c1c728 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@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 + uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2.11.1 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true |