From 6b2784253bf3079e8b8d39a51858afcf3a4cf34a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 08:52:53 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.7.6 --- .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 ed367fa..d7dbdc5 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.3 + - uses: DanySK/build-check-deploy-gradle-action@3.7.6 with: check-command: ./gradlew check runAll --parallel should-deploy: false