From f08b393a3469b06f7f68190a4a2a574dab4c82b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:02:58 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.8 --- .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 1ebb916e..f0329597 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.20 - - uses: DanySK/build-check-deploy-gradle-action@3.5.7 + - uses: DanySK/build-check-deploy-gradle-action@3.5.8 with: # Dry-deployment deploy-command: >- @@ -60,7 +60,7 @@ jobs: uses: actions/setup-node@v4.0.4 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.5.7 + - uses: DanySK/build-check-deploy-gradle-action@3.5.8 with: build-command: true check-command: true