Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from 0x61nas/renovate/gradle-gradle-build-acti…
Browse files Browse the repository at this point in the history
…on-digest

chore(deps): update gradle/gradle-build-action digest to a0fdbb0
  • Loading branch information
mergify[bot] authored Jul 16, 2023
2 parents 63e6383 + c4fad79 commit 3acea46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3acea46

Please sign in to comment.