From 8cb55aae728f18810aa672e5a7f5af2782ccc4ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:16:08 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.12 --- .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 92bb2ab7..3d394368 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.22 - - uses: DanySK/build-check-deploy-gradle-action@3.5.11 + - uses: DanySK/build-check-deploy-gradle-action@3.5.12 with: # Dry-deployment deploy-command: >- @@ -60,7 +60,7 @@ jobs: uses: actions/setup-node@v4.1.0 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.5.11 + - uses: DanySK/build-check-deploy-gradle-action@3.5.12 with: build-command: true check-command: true