From 4929a19b4879de9d7035a61814c0f8baff7fa4fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:58:51 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.2.20 --- .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 09c6c669..d3c621dc 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.14 - - uses: DanySK/build-check-deploy-gradle-action@2.2.19 + - uses: DanySK/build-check-deploy-gradle-action@2.2.20 with: # Dry-deployment deploy-command: >- @@ -59,7 +59,7 @@ jobs: uses: actions/setup-node@v4.0.1 with: node-version: ${{ steps.node-version.outputs.version }} - - uses: DanySK/build-check-deploy-gradle-action@2.2.19 + - uses: DanySK/build-check-deploy-gradle-action@2.2.20 with: build-command: true check-command: true