diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-07-10 22:37:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-10 22:37:27 +0000 |
commit | ee814b3643e526ba4821dc129b4bd2bbdd2e99ac (patch) | |
tree | 8834375f78082b2d3de276b9ad1321bbd1446045 /.github/workflows/deploy_library_releases.yml | |
parent | e973dc53cae821ea27bb62f8fb502efd12e05a7a (diff) |
chore(deps): update gradle/gradle-build-action action to v2.6.0
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 0060758b..2751d659 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -33,7 +33,7 @@ jobs: java-version: 18 - name: Upload binaries - uses: gradle/gradle-build-action@40b6781dcdec2762ad36556682ac74e31030cfe2 # v2.5.1 + uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true |