diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-08-19 01:42:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 01:42:37 +0530 |
commit | d33617e5ffb8baffadd4decff3ac79fa61e70843 (patch) | |
tree | afea7aebc4be8f3004eab6af01f0a27f1b592aa1 /.github/workflows/deploy_library_releases.yml | |
parent | 7c0149274dc8a59d633a65f88a557a22d4156e83 (diff) |
chore(deps): update gradle/gradle-build-action action to v2.2.4 (#2066)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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 8d14a5bd..f6781d9b 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.3 + uses: gradle/gradle-build-action@v2.2.4 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.3 + uses: gradle/gradle-build-action@v2.2.4 with: arguments: --no-configuration-cache closeAndReleaseRepository env: |