From 87b7eff8d4ee5ebb817e28e33836c3af361047f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 06:32:30 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.6 --- .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 525a4725..cb14534d 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.19 - - uses: DanySK/build-check-deploy-gradle-action@3.5.4 + - uses: DanySK/build-check-deploy-gradle-action@3.5.6 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.4 + uses: DanySK/build-check-deploy-gradle-action@3.5.6 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.4 + uses: DanySK/build-check-deploy-gradle-action@3.5.6 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.4 + uses: DanySK/build-check-deploy-gradle-action@3.5.6 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.4 + uses: DanySK/build-check-deploy-gradle-action@3.5.6 with: build-command: true check-command: true @@ -273,7 +273,7 @@ jobs: uses: actions/setup-node@v4.0.3 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.5.4 + - uses: DanySK/build-check-deploy-gradle-action@3.5.6 with: build-command: true check-command: true