From d4d7541638ae5d05191c07f7be93eb4420763a54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 06:44:53 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v3 --- .github/workflows/build.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 927d2b6..1cccb40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build with Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@v3 with: arguments: build --no-daemon - uses: actions/upload-artifact@v4 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 42c339e..b66efc2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build with Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@v3 with: arguments: build --no-daemon -Pversion="${{ steps.release.outputs.tag_name }}" - name: Upload distributions to GitHub Releases