diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2021-12-31 05:43:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-31 05:43:15 +0000 |
commit | d7a9a8ed1e0ee8d0fa2bc9db83c869a02c78e69a (patch) | |
tree | be0a71043ce8744ee86478ab770d02055aeac378 /.github/workflows/deploy_library_releases.yml | |
parent | a723ded00fdc902fdc9fea9f14fc6ce187802e23 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.1.0 (#1633)
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 052bde99..c4349016 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -31,7 +31,7 @@ jobs: fi - name: Upload binaries - uses: gradle/gradle-build-action@v2.0.1 + uses: gradle/gradle-build-action@v2.1.0 with: arguments: :${{ steps.task-select.outputs.PROJECT }}:publishAllPublicationsToMavenCentralRepository env: @@ -41,7 +41,7 @@ jobs: ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.NEXUS_PUBLISH_GPG_KEY_PASSWORD }} - name: Close and release repository - uses: gradle/gradle-build-action@v2.0.1 + uses: gradle/gradle-build-action@v2.1.0 with: arguments: closeAndReleaseRepository env: |