From 1815eaaf202302747f51e643342e4eae11305e40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:25:55 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.2.12 --- .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 707b6bd..4989dfa 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -28,7 +28,7 @@ jobs: # Checkout the repository - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: DanySK/build-check-deploy-gradle-action@2.2.11 + - uses: DanySK/build-check-deploy-gradle-action@2.2.12 with: check-command: ./gradlew check runAll --parallel should-deploy: false