diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 6e36f483..5785d566 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.12 - - uses: DanySK/build-check-deploy-gradle-action@2.2.8 + - uses: DanySK/build-check-deploy-gradle-action@2.2.9 with: deploy-command: >- ./gradlew @@ -70,7 +70,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@2.2.8 + uses: DanySK/build-check-deploy-gradle-action@2.2.9 with: build-command: true check-command: true @@ -118,7 +118,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@2.2.8 + uses: DanySK/build-check-deploy-gradle-action@2.2.9 with: build-command: true check-command: true @@ -166,7 +166,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@2.2.8 + uses: DanySK/build-check-deploy-gradle-action@2.2.9 with: build-command: true check-command: true @@ -229,7 +229,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@2.2.8 + uses: DanySK/build-check-deploy-gradle-action@2.2.9 with: build-command: true check-command: true @@ -264,7 +264,7 @@ jobs: uses: actions/checkout@v4.0.0 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - - uses: DanySK/build-check-deploy-gradle-action@2.2.8 + - uses: DanySK/build-check-deploy-gradle-action@2.2.9 with: build-command: true check-command: true