diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index d3b78564..987a2be4 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.25 + uses: DanySK/build-check-deploy-gradle-action@3.5.26 with: check-command: ./gradlew runAll should-run-codecov: false