From bbaaf08d38fd20391868f96a309d59c95650d76f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:39:01 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.4.7 --- .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 376cf00..1abddf8 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.4.6 + - uses: DanySK/build-check-deploy-gradle-action@2.4.7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -67,7 +67,7 @@ jobs: uses: actions/setup-node@v4.0.2 with: node-version: ${{ steps.node-version.outputs.version }} - - uses: DanySK/build-check-deploy-gradle-action@2.4.6 + - uses: DanySK/build-check-deploy-gradle-action@2.4.7 with: build-command: true check-command: true