From c349abeb6c9c1c8e010b65705d6ab4343d12c17d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 09:51:26 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.4.18 --- .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 615da9e..d0ed7c5 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@2.4.18 with: # Dry-deployment check-command: ./gradlew build --parallel @@ -63,7 +63,7 @@ jobs: uses: actions/setup-node@v4.0.2 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@2.4.18 with: build-command: true check-command: true