diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 60bfd809..0ac47c59 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.22 - - uses: DanySK/build-check-deploy-gradle-action@3.5.27 + - uses: DanySK/build-check-deploy-gradle-action@3.5.28 with: deploy-command: >- ./gradlew @@ -66,7 +66,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@3.5.27 + uses: DanySK/build-check-deploy-gradle-action@3.5.28 with: build-command: true check-command: true @@ -111,7 +111,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@3.5.27 + uses: DanySK/build-check-deploy-gradle-action@3.5.28 with: build-command: true check-command: true @@ -156,7 +156,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@3.5.27 + uses: DanySK/build-check-deploy-gradle-action@3.5.28 with: build-command: true check-command: true @@ -217,7 +217,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@3.5.27 + uses: DanySK/build-check-deploy-gradle-action@3.5.28 with: build-command: true check-command: true @@ -254,7 +254,7 @@ jobs: uses: actions/setup-node@v4.1.0 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.5.27 + - uses: DanySK/build-check-deploy-gradle-action@3.5.28 with: build-command: true check-command: true