From db5c0fdbcbae95d16bbb21ff159a84ab72ff5494 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:14:21 +0000 Subject: [PATCH] Update gradle/gradle-build-action digest to ef76a97 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab2ffd8..a4fca4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,12 +39,12 @@ jobs: jdkFile: ${{ steps.download-java.outputs.jdkFile }} - name: Build & Test - uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691 # v2 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2 with: arguments: build --info - 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@243af859f8ca30903d9d7f7936897ca0358ba691 # v2 + uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2 with: arguments: publishAllPublicationsToMavenCentral