diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-08-17 04:32:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 04:32:13 +0530 |
commit | 0f3e6df4422d08d97d2dad5c3e8feffb80e513ba (patch) | |
tree | 2571ffc0184487a0e01f9a3f6a9197533c270fd9 /.github/workflows/deploy_library_releases.yml | |
parent | 41cdf4f53af36c0f1d1f7975933ca179902a7ffd (diff) |
chore(deps): update gradle/gradle-build-action action to v2.2.3 (#2062)
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 8bc5758f..8d14a5bd 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.2 + uses: gradle/gradle-build-action@v2.2.3 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.2 + uses: gradle/gradle-build-action@v2.2.3 with: arguments: --no-configuration-cache closeAndReleaseRepository env: |