diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index b3e1b8e1..f4b1dbbe 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.14 - - uses: DanySK/build-check-deploy-gradle-action@2.2.12 + - uses: DanySK/build-check-deploy-gradle-action@2.2.13 with: deploy-command: >- ./gradlew @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v4.1.1 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - - uses: DanySK/build-check-deploy-gradle-action@2.2.12 + - uses: DanySK/build-check-deploy-gradle-action@2.2.13 with: build-command: true check-command: true