diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 6a46b1f..b24163b 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.2.0 - name: Check the simulations on CI - uses: DanySK/build-check-deploy-gradle-action@2.1.18 + uses: DanySK/build-check-deploy-gradle-action@2.1.19 with: check-command: ./gradlew runAll should-run-codecov: false