aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_library_releases.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-08-29 23:51:35 +0530
committerGitHub <noreply@github.com>2022-08-29 23:51:35 +0530
commit4e302991c7dc34a5f71e4b25c438fca514c4b310 (patch)
treef5ce58aed1e1bd2bfb764c7a046e1c53fa6ce857 /.github/workflows/deploy_library_releases.yml
parent9290eb21e63d4af4988919ec3bf1283fbd712b16 (diff)
chore(deps): update gradle/gradle-build-action action to v2.3.0 (#2095)
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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml
index 43e085dc..b6df960a 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.5
+ uses: gradle/gradle-build-action@v2.3.0
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.5
+ uses: gradle/gradle-build-action@v2.3.0
with:
arguments: --no-configuration-cache closeAndReleaseRepository
env: