From 0d14a9161ea346364624d028df0b90c1227d24ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 22:23:48 +0000 Subject: [PATCH] Update gradle/gradle-build-action action to v2.6.1 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c773fde..31a12b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: jdkFile: ${{ steps.download-java.outputs.jdkFile }} - name: Build & Test - uses: gradle/gradle-build-action@v2.6.0 + uses: gradle/gradle-build-action@v2.6.1 with: arguments: build @@ -52,13 +52,13 @@ jobs: - name: Publish To Sonatype if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') - uses: gradle/gradle-build-action@v2.6.0 + uses: gradle/gradle-build-action@v2.6.1 with: arguments: publishAllPublicationsToMavenCentral - name: Publish To Gradle Plugin Portal if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') - uses: gradle/gradle-build-action@v2.6.0 + uses: gradle/gradle-build-action@v2.6.1 with: arguments: | -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}