From 867a893ee0f86ba8dc11ff7377776bb9e349cf6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:03:34 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.2.7 --- .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 69841b28..551cd2e2 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: DanySK/build-check-deploy-gradle-action@2.2.6 + - uses: DanySK/build-check-deploy-gradle-action@2.2.7 with: # Dry-deployment check-command: ./gradlew build --parallel @@ -63,7 +63,7 @@ jobs: uses: actions/setup-node@v3.7.0 with: node-version: ${{ steps.node-version.outputs.version }} - - uses: DanySK/build-check-deploy-gradle-action@2.2.6 + - uses: DanySK/build-check-deploy-gradle-action@2.2.7 with: build-command: true check-command: true