diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 0fbf4234..1b4e23c2 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.22 - - uses: DanySK/build-check-deploy-gradle-action@3.5.18 + - uses: DanySK/build-check-deploy-gradle-action@3.5.22 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.18 + uses: DanySK/build-check-deploy-gradle-action@3.5.22 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.18 + uses: DanySK/build-check-deploy-gradle-action@3.5.22 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.18 + uses: DanySK/build-check-deploy-gradle-action@3.5.22 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.18 + uses: DanySK/build-check-deploy-gradle-action@3.5.22 with: build-command: true check-command: true @@ -273,7 +273,7 @@ jobs: uses: actions/setup-node@v4.1.0 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.5.18 + - uses: DanySK/build-check-deploy-gradle-action@3.5.22 with: build-command: true check-command: true