diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-06-29 18:46:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 18:46:54 +0000 |
commit | 2e0a40e82b602c5994e875acb7995b26c3e9355f (patch) | |
tree | d20a39b818eb10678cd96aedaf1b04e5a5af52fe /.github/workflows/deploy_library_releases.yml | |
parent | 381dba897bcf9b396ad4f1c8f32dae41acdea538 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.5.1
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 5e0d0725..85e1d53c 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@8e02c8272aba4650563824b7012f8a86158901c6 # v2.5.0 + uses: gradle/gradle-build-action@40b6781dcdec2762ad36556682ac74e31030cfe2 # v2.5.1 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository gradle-home-cache-cleanup: true |