diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-09-30 03:18:11 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-30 03:18:11 +0530 |
commit | e31757ece9aa6a5f72cb134554b0004862974883 (patch) | |
tree | 42febfe46eebf85c659885817572b0521dffd264 /.github/workflows/deploy_library_releases.yml | |
parent | c99baf047e2333f17cb0e61883511996f3ca6cc7 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.9.0 (#2706)
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 d4cc9a09..664e8d82 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@b5126f31dbc19dd434c3269bf8c28c315e121da2 # v2.8.1 + uses: gradle/gradle-build-action@d1b726d8c1e0cc120447ad1a950d6e6794c51ad8 # v2.9.0 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true |