diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index eebed858..08c9df4e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.4 - - uses: DanySK/build-check-deploy-gradle-action@2.1.17 + - uses: DanySK/build-check-deploy-gradle-action@2.1.19 with: deploy-command: >- ./gradlew @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v3.2.0 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - - uses: DanySK/build-check-deploy-gradle-action@2.1.17 + - uses: DanySK/build-check-deploy-gradle-action@2.1.19 with: build-command: true check-command: true