From 65f5f326f66def40436281e7a1f9f649d3e9be1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Dec 2022 21:23:16 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.1.17 --- .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 cd85aff6..f7805e78 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.3 - - uses: DanySK/build-check-deploy-gradle-action@2.1.16 + - uses: DanySK/build-check-deploy-gradle-action@2.1.17 with: deploy-command: >- ./gradlew @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v3.1.0 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - - uses: DanySK/build-check-deploy-gradle-action@2.1.16 + - uses: DanySK/build-check-deploy-gradle-action@2.1.17 with: build-command: true check-command: true