diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 525a4725..cb14534d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.19 - - uses: DanySK/build-check-deploy-gradle-action@3.5.4 + - uses: DanySK/build-check-deploy-gradle-action@3.5.6 with: deploy-command: >- ./gradlew @@ -71,7 +71,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@3.5.4 + uses: DanySK/build-check-deploy-gradle-action@3.5.6 with: build-command: true check-command: true @@ -120,7 +120,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@3.5.4 + uses: DanySK/build-check-deploy-gradle-action@3.5.6 with: build-command: true check-command: true @@ -169,7 +169,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@3.5.4 + uses: DanySK/build-check-deploy-gradle-action@3.5.6 with: build-command: true check-command: true @@ -233,7 +233,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@3.5.4 + uses: DanySK/build-check-deploy-gradle-action@3.5.6 with: build-command: true check-command: true @@ -273,7 +273,7 @@ jobs: uses: actions/setup-node@v4.0.3 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.5.4 + - uses: DanySK/build-check-deploy-gradle-action@3.5.6 with: build-command: true check-command: true