From 2c8e57d1278ce8159117f3c97826b73694d85e46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:21:34 +0000 Subject: [PATCH] ci(deps): update danysk/build-check-deploy-gradle-action action to v2.3.0 --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 5ec18d5b..b8f943f5 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -27,7 +27,7 @@ jobs: - name: Get branch name id: branch uses: tj-actions/branch-names@v8 - - uses: DanySK/build-check-deploy-gradle-action@2.2.20 + - uses: DanySK/build-check-deploy-gradle-action@2.3.0 with: deploy-command: | ./gradlew signKotlinOSSRHPublication --parallel @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.1.1 - - uses: DanySK/build-check-deploy-gradle-action@2.2.20 + - uses: DanySK/build-check-deploy-gradle-action@2.3.0 with: java-version: 17 build-command: true