diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-01-25 10:43:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 05:13:38 +0000 |
commit | a3d0b990c720d7a2e98de5ff444054f0e57fb60b (patch) | |
tree | 26fc2782af87f470fcea10e543ac80e5e4210666 /.github/workflows/deploy_library_releases.yml | |
parent | e3326268575d23f721bf55ab1bfd6ea996959bab (diff) |
chore(deps): update gradle/gradle-build-action action to v2.12.0 (#2872)
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 d6c1c728..b3a05ac7 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@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2.11.1 + uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2.12.0 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true |