From 5bbac51aa04ae2d5779634918f6c295f61d2e660 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 08:39:29 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.7.6 (#574) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 3311cace..3cd13735 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.22 - - uses: DanySK/build-check-deploy-gradle-action@3.7.3 + - uses: DanySK/build-check-deploy-gradle-action@3.7.6 with: retries-on-failure: 3 build-command: >- @@ -59,7 +59,7 @@ jobs: uses: actions/setup-node@v4.1.0 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.7.3 + - uses: DanySK/build-check-deploy-gradle-action@3.7.6 with: retries-on-failure: 1 build-command: true