From e0cce1a8e1be7d0d652a161b09da295966bee005 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 20:57:42 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v4.0.6 --- .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 a5d6817..2dcee87 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -29,7 +29,7 @@ jobs: # Checkout the repository - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: DanySK/build-check-deploy-gradle-action@4.0.5 + - uses: DanySK/build-check-deploy-gradle-action@4.0.6 with: check-command: ./gradlew check runAll --parallel should-deploy: false