From 4a5bd337c3b981af3bc5751676571837f672bea7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 09:53:04 +0530 Subject: chore(deps): update gradle/gradle-build-action action to v2.1.6 (#1916) Co-authored-by: Renovate Bot --- .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 1ce78ca4..e0faa3bd 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -30,7 +30,7 @@ jobs: fi - name: Upload binaries - uses: gradle/gradle-build-action@v2.1.5 + uses: gradle/gradle-build-action@v2.1.6 with: arguments: --no-configuration-cache :${{ steps.task-select.outputs.PROJECT }}:publishAllPublicationsToMavenCentralRepository env: @@ -40,7 +40,7 @@ jobs: ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.NEXUS_PUBLISH_GPG_KEY_PASSWORD }} - name: Close and release repository - uses: gradle/gradle-build-action@v2.1.5 + uses: gradle/gradle-build-action@v2.1.6 with: arguments: --no-configuration-cache closeAndReleaseRepository env: -- cgit v1.2.3