From 7a892d6ec1734e3ec382381e075aa01941b6834f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 01:47:18 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v4.0.26 --- .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 df68316..a08436f 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: DanySK/build-check-deploy-gradle-action@4.0.24 + - uses: DanySK/build-check-deploy-gradle-action@4.0.26 with: check-command: ./gradlew check runAll --parallel should-deploy: false