From caecd0e6e3c86ca16962ac9b14c288dcd1d9c6ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 12:09:07 +0000 Subject: [PATCH] Update gradle/gradle-build-action action to v2.12.0 --- .github/workflows/maven-central-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-central-publish.yml b/.github/workflows/maven-central-publish.yml index d3eb3d7..67b0546 100644 --- a/.github/workflows/maven-central-publish.yml +++ b/.github/workflows/maven-central-publish.yml @@ -52,7 +52,7 @@ jobs: # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle - name: Publish to Maven Central - uses: gradle/gradle-build-action@v2.6.0 + uses: gradle/gradle-build-action@v2.12.0 with: arguments: publishAllPublicationsToOSSRHRepository --no-daemon --scan -Psigning.gnupg.passphrase='${{secrets.OSSRH_GPG_SECRET_KEY_PASSWORD}}' -Psigning.gnupg.keyName='${{secrets.OSSRH_GPG_SECRET_KEY_ID}}' env: