From 1701e36c1bd871eb4a6a4ca897158e57ca4cc0d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 22:29:34 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.4.16 --- .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 53302bf..de7c8b5 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.15 + - uses: DanySK/build-check-deploy-gradle-action@2.4.16 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -66,7 +66,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.15 + - uses: DanySK/build-check-deploy-gradle-action@2.4.16 with: build-command: true check-command: true