From 77a69d714e66878de85f82ab7d42cd72b8c0b8d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 10:48:32 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.1.16 --- .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 de51e8a..7914745 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.3 - - uses: DanySK/build-check-deploy-gradle-action@2.1.15 + - uses: DanySK/build-check-deploy-gradle-action@2.1.16 with: build-command: true check-command: ./gradlew runAll --stacktrace