From 4218f3b9124181880007f63d5e9e79a7cfbf5f6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 05:07:45 +0000 Subject: [PATCH] Update gradle/gradle-build-action digest to 3f2ca32 --- .github/workflows/gradle-publish.yml | 4 ++-- .github/workflows/gradle.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 54b31c5a..bf316c1d 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -30,14 +30,14 @@ jobs: settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Gradle - uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4 + uses: gradle/gradle-build-action@3f2ca32cb09782ff1d04ac83910623b9803aeb99 with: arguments: build # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle - name: Publish to GitHub Packages - uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4 + uses: gradle/gradle-build-action@3f2ca32cb09782ff1d04ac83910623b9803aeb99 with: arguments: publish env: diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 90b86d94..5709ed64 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -29,6 +29,6 @@ jobs: java-version: '11' distribution: 'temurin' - name: Build with Gradle - uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4 + uses: gradle/gradle-build-action@3f2ca32cb09782ff1d04ac83910623b9803aeb99 with: arguments: build