diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index a0f8e65..9eba3e5 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -29,7 +29,7 @@ jobs: # Checkout the repository - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: DanySK/build-check-deploy-gradle-action@4.0.22 + - uses: DanySK/build-check-deploy-gradle-action@4.0.23 with: check-command: ./gradlew check runAll --parallel should-deploy: false