diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 382d1cbf..15da1041 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.7.3 + - uses: DanySK/build-check-deploy-gradle-action@3.7.8 with: deploy-command: >- ./gradlew @@ -65,7 +65,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@3.7.3 + uses: DanySK/build-check-deploy-gradle-action@3.7.8 with: build-command: true check-command: true @@ -116,7 +116,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@3.7.3 + uses: DanySK/build-check-deploy-gradle-action@3.7.8 with: build-command: true check-command: true @@ -164,7 +164,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@3.7.3 + uses: DanySK/build-check-deploy-gradle-action@3.7.8 with: build-command: true check-command: true @@ -222,7 +222,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@3.7.3 + uses: DanySK/build-check-deploy-gradle-action@3.7.8 with: build-command: true check-command: true @@ -259,7 +259,7 @@ jobs: uses: actions/setup-node@v4.1.0 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.7.3 + - uses: DanySK/build-check-deploy-gradle-action@3.7.8 with: build-command: true check-command: true