From 5d5bba959f564bdd842ef99993817bbd69e8a1b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 20:03:32 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action digest to 9cf9903 --- .github/workflows/gradle-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 18c16cc..6847de6 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -33,14 +33,14 @@ jobs: settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Gradle - uses: gradle/gradle-build-action@59d37bdb619feb5c23a98c4eb6df30c36b64d88c + uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4 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@59d37bdb619feb5c23a98c4eb6df30c36b64d88c + uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4 with: arguments: publish env: