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

chore(deps): update gradle/gradle-build-action digest to 680037c
This commit is contained in:
mergify[bot] 2023-05-30 20:16:22 +00:00 committed by GitHub
commit f698702281
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@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: