From e4f18610a8e4a4746f8d16e6629aa934aa8101ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 20:34:56 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.1.1 --- .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 a16a2c0..3b932e0 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.1 - - uses: DanySK/build-check-deploy-gradle-action@2.1.0 + - uses: DanySK/build-check-deploy-gradle-action@2.1.1 with: build-command: true check-command: ./gradlew runAll --stacktrace