diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-05-16 09:53:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 09:53:04 +0530 |
commit | 4a5bd337c3b981af3bc5751676571837f672bea7 (patch) | |
tree | 9139c7802fd85692d5c6d999e4fb6f076b70a5cf /.github/workflows/deploy_library_releases.yml | |
parent | 4320a3f95de7acafdd3b681205427a04ac69dd9e (diff) |
chore(deps): update gradle/gradle-build-action action to v2.1.6 (#1916)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github/workflows/deploy_library_releases.yml')
-rw-r--r-- | .github/workflows/deploy_library_releases.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |