diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 8cecc72..4b4a936 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.1 - - uses: DanySK/build-check-deploy-gradle-action@1.2.16 + - uses: DanySK/build-check-deploy-gradle-action@2.0.0 with: build-command: true check-command: ./gradlew runAll --stacktrace