From 6e4229edb1526717b0d9cd7265c94cd62e44caac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 04:51:14 +0000 Subject: [PATCH] Update gradle/actions action to v6.2.0 --- .github/workflows/build.yml | 2 +- .github/workflows/publish_to_maven-repo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4906b9f..15370e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: distribution: 'temurin' - name: Setup Gradle - uses: gradle/actions/setup-gradle@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60 # v6.1.1 + uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0 - name: Run ${{ inputs.gradle_args }} run: | diff --git a/.github/workflows/publish_to_maven-repo.yml b/.github/workflows/publish_to_maven-repo.yml index 241425d..c942d24 100644 --- a/.github/workflows/publish_to_maven-repo.yml +++ b/.github/workflows/publish_to_maven-repo.yml @@ -110,7 +110,7 @@ jobs: # setup-gradle also validates the wrapper, replacing the deprecated # gradle/wrapper-validation-action that previously ran as a separate step. - name: Setup Gradle - uses: gradle/actions/setup-gradle@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60 # v6.1.1 + uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0 - name: Import GPG key if: ${{ !inputs.dry_run }}