From 30c0d4135472aa9b260ae351a2bdd2cb94b735e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 01:51:02 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v4.0.19 --- .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 1dc9fd3..544c52d 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.27 - - uses: DanySK/build-check-deploy-gradle-action@4.0.18 + - uses: DanySK/build-check-deploy-gradle-action@4.0.19 with: build-command: true check-command: ./gradlew runAll --stacktrace