From 90c4f9088eabfd80fee875990c5e89d3f6f37cc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 04:43:25 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.24 --- .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 012634de..140566b5 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.23 + uses: DanySK/build-check-deploy-gradle-action@3.5.24 with: check-command: ./gradlew runAll should-run-codecov: false