From da705677ed257a67170820c946c90909b99e20e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 15:38:38 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action digest to bde650d --- .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 ec2455d..63bff2c 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@8e02c8272aba4650563824b7012f8a86158901c6 + uses: gradle/gradle-build-action@bde650d6f1426615a60165575bc9cdad3e54d975 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@8e02c8272aba4650563824b7012f8a86158901c6 + uses: gradle/gradle-build-action@bde650d6f1426615a60165575bc9cdad3e54d975 with: arguments: publish env: