diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-08-29 08:00:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 08:00:39 +0530 |
commit | 2bcf235b1410e4f423db650b749476c66368969d (patch) | |
tree | f1690506ed7b99fc29dab6160268adc0787a51dc /.github/workflows/deploy_library_releases.yml | |
parent | ee4904b06f37033fd1b4a637d2ce82aa99090cf4 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.8.0 (#2666)
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 01522c93..3ed06ddb 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@243af859f8ca30903d9d7f7936897ca0358ba691 # v2.7.1 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true |