diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-07-19 09:19:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 09:19:57 +0530 |
commit | 3e12e281f5680366b093b8ca22750a5fbfce2ca1 (patch) | |
tree | 9900153ddf4f0d09603892bc95c6ba108d3dab2d /.github/workflows/deploy_library_releases.yml | |
parent | fc81ee83d96cc4b2c9bbc2c3ae743bf7a9acf86a (diff) |
chore(deps): update gradle/gradle-build-action action to v2.2.2 (#2020)
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 6cdf5b1f..8bc5758f 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.1 + uses: gradle/gradle-build-action@v2.2.2 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.1 + uses: gradle/gradle-build-action@v2.2.2 with: arguments: --no-configuration-cache closeAndReleaseRepository env: |