From 31a71a16244d06219c2b52b817f120df5ce85a27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 01:24:06 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.7.1 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index ceb48ab..1c2902d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -29,7 +29,7 @@ jobs: # Checkout the repository - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: DanySK/build-check-deploy-gradle-action@3.7.0 + - uses: DanySK/build-check-deploy-gradle-action@3.7.1 with: check-command: ./gradlew check runAll --parallel should-deploy: false