From d2a48737dc083ea070a2d8554fa2a10f225c04c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:17:32 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v3.5.19 --- .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 0fbf4234e..90f32f1f3 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.22 - - uses: DanySK/build-check-deploy-gradle-action@3.5.18 + - uses: DanySK/build-check-deploy-gradle-action@3.5.19 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.18 + uses: DanySK/build-check-deploy-gradle-action@3.5.19 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.18 + uses: DanySK/build-check-deploy-gradle-action@3.5.19 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.18 + uses: DanySK/build-check-deploy-gradle-action@3.5.19 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.18 + uses: DanySK/build-check-deploy-gradle-action@3.5.19 with: build-command: true check-command: true @@ -273,7 +273,7 @@ jobs: uses: actions/setup-node@v4.1.0 with: node-version-file: package.json - - uses: DanySK/build-check-deploy-gradle-action@3.5.18 + - uses: DanySK/build-check-deploy-gradle-action@3.5.19 with: build-command: true check-command: true