From bbdfea79e0e046b7341b3942b43367e4fcf7bfea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 23:07:31 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3 --- .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 cba529c5..21d96ce4 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: DanySK/build-check-deploy-gradle-action@2.3.2 + - uses: DanySK/build-check-deploy-gradle-action@3.1.0 with: # Dry-deployment check-command: ./gradlew build --parallel @@ -63,7 +63,7 @@ jobs: uses: actions/setup-node@v4.0.3 with: node-version: ${{ steps.node-version.outputs.version }} - - uses: DanySK/build-check-deploy-gradle-action@2.3.2 + - uses: DanySK/build-check-deploy-gradle-action@3.1.0 with: build-command: true check-command: true