From 3e12e281f5680366b093b8ca22750a5fbfce2ca1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 09:19:57 +0530 Subject: chore(deps): update gradle/gradle-build-action action to v2.2.2 (#2020) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy_library_releases.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/deploy_library_releases.yml') diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index 6cdf5b1f..8bc5758f 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -18,7 +18,7 @@ jobs: java-version: 17 - name: Upload binaries - uses: gradle/gradle-build-action@v2.2.1 + uses: gradle/gradle-build-action@v2.2.2 with: arguments: --no-configuration-cache :autofill-parser:publishAllPublicationsToMavenCentralRepository env: @@ -28,7 +28,7 @@ jobs: ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.NEXUS_PUBLISH_GPG_KEY_PASSWORD }} - name: Close and release repository - uses: gradle/gradle-build-action@v2.2.1 + uses: gradle/gradle-build-action@v2.2.2 with: arguments: --no-configuration-cache closeAndReleaseRepository env: -- cgit v1.2.3