From 8dc5f2863e34a5c46e50c6bd399c773e58d9641d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 04:39:45 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.1.18 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index d25da37..2544526 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.4 - - uses: DanySK/build-check-deploy-gradle-action@2.1.17 + - uses: DanySK/build-check-deploy-gradle-action@2.1.18 with: build-command: true check-command: ./gradlew runAll --stacktrace