diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-01-31 21:24:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 15:54:28 +0000 |
commit | f2a42b6e58412db7ebb905f8198a773fd6fc48ca (patch) | |
tree | e658ff3d327e7509af57d93eec9327450f4b08a4 /.github/workflows/deploy_library_releases.yml | |
parent | c956937343b64cfa228b33877ba70e93a65d99cf (diff) |
chore(deps): update gradle/gradle-build-action action to v3 (#2881)
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 b3a05ac7..9d74ffbc 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@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 + uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true |