From 7a9b99bf835b084c63e892d79f2c0a7a4a89bb12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 22:04:33 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v4.0.40 --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 13de0235..7cff999b 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.30 - - uses: DanySK/build-check-deploy-gradle-action@4.0.39 + - uses: DanySK/build-check-deploy-gradle-action@4.0.40 with: retries-on-failure: 3 build-command: >- @@ -62,7 +62,7 @@ jobs: uses: actions/setup-node@v6.4.0 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@4.0.39 + - uses: DanySK/build-check-deploy-gradle-action@4.0.40 with: retries-on-failure: 1 build-command: true