From 56fbd98b6d5349e9dc4895d3cc318e67a99eac97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 02:04:12 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.7.2 --- .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 4ee7775b9..9668b72de 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.1 + - uses: DanySK/build-check-deploy-gradle-action@3.7.2 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.1 + - uses: DanySK/build-check-deploy-gradle-action@3.7.2 with: retries-on-failure: 1 build-command: true