Merge pull request #16 from anas-elgarhy/renovate/gradle-gradle-build-action-digest

chore(deps): update gradle/gradle-build-action digest to 9cf9903
This commit is contained in:
mergify[bot] 2023-04-23 04:51:01 +00:00 committed by GitHub
commit a0007fc67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: