diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 3d3148d5..31b3f967 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.28 - - uses: DanySK/build-check-deploy-gradle-action@4.0.26 + - uses: DanySK/build-check-deploy-gradle-action@4.0.28 with: retries-on-failure: 3 build-command: >- @@ -62,7 +62,7 @@ jobs: uses: actions/setup-node@v6.3.0 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@4.0.26 + - uses: DanySK/build-check-deploy-gradle-action@4.0.28 with: retries-on-failure: 1 build-command: true