From 5fc3e821bafcebccd242af4fb65186dd4d5dc7aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 21:22:50 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v4.0.18 --- .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 85dfe33f..aaf43049 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@v6.0.1 - name: Check the simulations on CI - uses: DanySK/build-check-deploy-gradle-action@4.0.17 + uses: DanySK/build-check-deploy-gradle-action@4.0.18 with: check-command: ./gradlew runAll should-run-codecov: false