From 654e669b15c185f4724410ec336f8ea2cd989d67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:31:15 +0000 Subject: [PATCH] Update gradle/gradle-build-action digest to 3a75647 --- .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..0e3ab433 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@3a75647ad43c07f41c11f6410321aae5a9f930c5 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@3a75647ad43c07f41c11f6410321aae5a9f930c5 with: arguments: publish env: diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 90b86d94..bec362eb 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@3a75647ad43c07f41c11f6410321aae5a9f930c5 with: arguments: build