From f3c8d7e3b5cc2522dd4fdc618d15d96dfaf9cb71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 06:07:12 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.4.10 --- .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 38756a6f..3d8ff4a8 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.14 - - uses: DanySK/build-check-deploy-gradle-action@2.4.9 + - uses: DanySK/build-check-deploy-gradle-action@2.4.10 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.4.9 + uses: DanySK/build-check-deploy-gradle-action@2.4.10 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.4.9 + uses: DanySK/build-check-deploy-gradle-action@2.4.10 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.4.9 + uses: DanySK/build-check-deploy-gradle-action@2.4.10 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.4.9 + uses: DanySK/build-check-deploy-gradle-action@2.4.10 with: build-command: true check-command: true @@ -264,7 +264,7 @@ jobs: uses: actions/checkout@v4.1.2 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - - uses: DanySK/build-check-deploy-gradle-action@2.4.9 + - uses: DanySK/build-check-deploy-gradle-action@2.4.10 with: build-command: true check-command: true