From c4c9d858e802f27b6351c8cc59f3110423673c87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:33:53 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v4.0.7 --- .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 d91f7296..c726476c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.24 - - uses: DanySK/build-check-deploy-gradle-action@4.0.6 + - uses: DanySK/build-check-deploy-gradle-action@4.0.7 with: build-command: true check-command: ./gradlew runAll --stacktrace