From be4911568c502d66f3e8e565c6577df30781b798 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 12:24:10 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.0.3 --- .github/workflows/build-and-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 8694cf5d..f1b7dc5c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout uses: DanySK/action-checkout@0.2.1 - - uses: DanySK/build-check-deploy-gradle-action@2.0.2 + - uses: DanySK/build-check-deploy-gradle-action@2.0.3 with: deploy-command: >- ./gradlew @@ -60,7 +60,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@2.0.2 + uses: DanySK/build-check-deploy-gradle-action@2.0.3 with: build-command: true check-command: true @@ -103,7 +103,7 @@ jobs: with: path: 'publish-on-central' - name: Dry-deploy - uses: DanySK/build-check-deploy-gradle-action@2.0.2 + uses: DanySK/build-check-deploy-gradle-action@2.0.3 with: build-command: true check-command: true @@ -131,7 +131,7 @@ jobs: uses: actions/checkout@v3.0.2 with: token: ${{ secrets.DEPLOYMENT_TOKEN }} - - uses: DanySK/build-check-deploy-gradle-action@2.0.2 + - uses: DanySK/build-check-deploy-gradle-action@2.0.3 with: build-command: true check-command: true