From 1e9b8b447fb83c93adafd9efa0f19fa936bb32f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:29:04 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.7.8 --- .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 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