From 8bd9cf2786bc85bf6d4db046c90b0e27055b3ef6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:25:12 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.2.8 --- .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 9c46f2e6..a956e2ca 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.10 - - uses: DanySK/build-check-deploy-gradle-action@2.2.7 + - uses: DanySK/build-check-deploy-gradle-action@2.2.8 with: deploy-command: >- ./gradlew @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v3.5.3 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - - uses: DanySK/build-check-deploy-gradle-action@2.2.7 + - uses: DanySK/build-check-deploy-gradle-action@2.2.8 with: build-command: true check-command: true