From f12e285bad3030739f3f127af44cffbfcc84605b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 12:38:45 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.1.0 --- .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 24fb8d25..cc71c36c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.1 - - uses: DanySK/build-check-deploy-gradle-action@2.0.3 + - uses: DanySK/build-check-deploy-gradle-action@2.1.0 with: should-run-codecov: ${{ runner.os == 'Linux' }} should-deploy: false @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v3.0.2 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - - uses: DanySK/build-check-deploy-gradle-action@2.0.3 + - uses: DanySK/build-check-deploy-gradle-action@2.1.0 with: build-command: true check-command: true