aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_library_releases.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-03-29 22:34:21 +0000
committerGitHub <noreply@github.com>2022-03-29 22:34:21 +0000
commitb440a2207e3fa039f9870375737f397e23961284 (patch)
tree481ce4d02c95c34146fdb66e73afd294837b5c19 /.github/workflows/deploy_library_releases.yml
parent835b65ab915bcd60de9fde32572b366414ff5c56 (diff)
chore(deps): update gradle/gradle-build-action action to v2.1.5 (#1807)
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.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 fd62e59c..9d7bfd03 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.1.4
+ uses: gradle/gradle-build-action@v2.1.5
with:
arguments: --no-configuration-cache :${{ 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.1.4
+ uses: gradle/gradle-build-action@v2.1.5
with:
arguments: --no-configuration-cache closeAndReleaseRepository
env: