Skip to content

Commit

Permalink
Update gradle/gradle-build-action digest to 8cbcb99
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent 869c4cc commit 81a6ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Gradle
uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4
uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27
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@9cf99034d287025d4ee4838498a346d99521aaa4
uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27
with:
arguments: publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@9cf99034d287025d4ee4838498a346d99521aaa4
uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27
with:
arguments: build

0 comments on commit 81a6ae9

Please sign in to comment.