From 2c8bc1f50417132afdb510daf770a5d4d17412d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 04:29:00 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.2.9 --- .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 bd33789c..262621e8 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.12 - - uses: DanySK/build-check-deploy-gradle-action@2.2.8 + - uses: DanySK/build-check-deploy-gradle-action@2.2.9 with: # Dry-deployment deploy-command: >- @@ -58,7 +58,7 @@ jobs: uses: actions/setup-node@v3.8.1 with: node-version: ${{ steps.node-version.outputs.version }} - - uses: DanySK/build-check-deploy-gradle-action@2.2.8 + - uses: DanySK/build-check-deploy-gradle-action@2.2.9 with: build-command: true check-command: true