Skip to content

Commit

Permalink
Update gradle/gradle-build-action digest to 5d2dd0d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2023
1 parent cb4a423 commit b85d3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27
uses: gradle/gradle-build-action@5d2dd0dea4f991e50e445c733ea237f7fb58fde1
with:
arguments: ${{ matrix.target }}
2 changes: 1 addition & 1 deletion .github/workflows/new-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Gradle publish
uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27
uses: gradle/gradle-build-action@5d2dd0dea4f991e50e445c733ea237f7fb58fde1
with:
arguments: |
${{ matrix.target }}
Expand Down

0 comments on commit b85d3fc

Please sign in to comment.