diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index ea6d4768..1fd245c7 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.2 - - uses: DanySK/build-check-deploy-gradle-action@2.1.8 + - uses: DanySK/build-check-deploy-gradle-action@2.1.9 with: # Dry-deployment deploy-command: >- @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v3.0.2 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - - uses: DanySK/build-check-deploy-gradle-action@2.1.8 + - uses: DanySK/build-check-deploy-gradle-action@2.1.9 with: build-command: true check-command: true