From 92e499963181d2478b15414418487bd1823633ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:38:29 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.1 --- .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 4158f312..4c1ce2c9 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.19 - - uses: DanySK/build-check-deploy-gradle-action@3.5.0 + - uses: DanySK/build-check-deploy-gradle-action@3.5.1 with: deploy-command: >- ./gradlew @@ -50,7 +50,7 @@ jobs: uses: actions/setup-node@v4.0.3 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.5.0 + - uses: DanySK/build-check-deploy-gradle-action@3.5.1 with: build-command: true check-command: true