diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 4942e7a..5f94954 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.28 - - uses: DanySK/build-check-deploy-gradle-action@4.0.21 + - uses: DanySK/build-check-deploy-gradle-action@4.0.22 with: build-command: true check-command: ./gradlew runAll --stacktrace