From 6fbeea821d784f6140c3b17197d7ba60fc5b7f5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 05:31:44 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.1.23 --- .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 e84404f..b03fb29 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@v3.3.0 - - uses: DanySK/build-check-deploy-gradle-action@2.1.22 + - uses: DanySK/build-check-deploy-gradle-action@2.1.23 with: check-command: ./gradlew check runAll --parallel should-deploy: false