diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index e06e4719..2753f812 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.20 + uses: DanySK/build-check-deploy-gradle-action@3.5.22 with: check-command: ./gradlew runAll should-run-codecov: false