From 3a6312c93133ad7da4327ab759c706329a209ed6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 21:12:24 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action digest to 680037c --- .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 25d83b5..c6ad8ab 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@a810b86311b0b9fc755ecbe7504d2986b7c419ee + uses: gradle/gradle-build-action@680037c65b998d750280aefaffd22cd3560fc9db 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@a810b86311b0b9fc755ecbe7504d2986b7c419ee + uses: gradle/gradle-build-action@680037c65b998d750280aefaffd22cd3560fc9db with: arguments: publish env: