From c5516ce6f5f9ae63793c6ea0828c2ac07aba615c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 21:16:35 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.2.9 --- .github/workflows/build-and-deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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