From 638b2322458139bc79e75c1dbbfdd8cb99a3fb92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 01:13:02 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v4.0.10 --- .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 0c3bd603..2b9cdc6e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.24 - - uses: DanySK/build-check-deploy-gradle-action@4.0.7 + - uses: DanySK/build-check-deploy-gradle-action@4.0.10 with: # Dry-deployment deploy-command: >- @@ -69,7 +69,7 @@ jobs: uses: actions/setup-node@v5.0.0 with: node-version: ${{ steps.node-version.outputs.version }} - - uses: DanySK/build-check-deploy-gradle-action@4.0.7 + - uses: DanySK/build-check-deploy-gradle-action@4.0.10 with: build-command: true check-command: true