diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 0c3bd603..2b9cdc6e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.24 - - uses: DanySK/build-check-deploy-gradle-action@4.0.7 + - uses: DanySK/build-check-deploy-gradle-action@4.0.10 with: # Dry-deployment deploy-command: >- @@ -69,7 +69,7 @@ jobs: uses: actions/setup-node@v5.0.0 with: node-version: ${{ steps.node-version.outputs.version }} - - uses: DanySK/build-check-deploy-gradle-action@4.0.7 + - uses: DanySK/build-check-deploy-gradle-action@4.0.10 with: build-command: true check-command: true