Merge pull request #20 from 0x61nas/renovate/gradle-gradle-build-action-digest

chore(deps): update gradle/gradle-build-action digest to a0fdbb0
This commit is contained in:
mergify[bot] 2023-07-16 13:34:25 +00:00 committed by GitHub
commit 3acea46f47
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@8e02c8272aba4650563824b7012f8a86158901c6
uses: gradle/gradle-build-action@a0fdbb009a74ec1b2c24a464d8fa3d86dacedfba
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@a0fdbb009a74ec1b2c24a464d8fa3d86dacedfba
with:
arguments: publish
env: