diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-02-19 06:48:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 06:48:39 +0530 |
commit | 0a063061ee6fe916772c5b01a8e1352db9762722 (patch) | |
tree | cf23925741a49950695240ff017d673ba50e2190 /.github/workflows/deploy_library_releases.yml | |
parent | e42840b3e56ae8163b3ca8ae22db2b05d0563bc8 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.4.0 (#2381)
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 ab90ad8f..a655367c 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -18,7 +18,7 @@ jobs: java-version: 18 - name: Upload binaries - uses: gradle/gradle-build-action@3fbe033aaae657f011f88f29be9e65ed26bd29ef # v2.3.3 + uses: gradle/gradle-build-action@6095a76664413da4c8c134ee32e8a8ae900f0f1f # v2.4.0 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true |