From f6dd55fa50dc4df5dc0eaff56616da9c45b0adf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 08:08:15 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.27 --- .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 987a2be4..487de4ce 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Check the simulations on CI - uses: DanySK/build-check-deploy-gradle-action@3.5.26 + uses: DanySK/build-check-deploy-gradle-action@3.5.27 with: check-command: ./gradlew runAll should-run-codecov: false