diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 682813c9..fc1a2e87 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.24 - - uses: DanySK/build-check-deploy-gradle-action@4.0.4 + - uses: DanySK/build-check-deploy-gradle-action@4.0.5 with: build-command: true check-command: ./gradlew runAll --stacktrace