Skip to content

Commit

Permalink
Update gradle/gradle-build-action digest to 8cbcb99 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent 1ca8aaf commit cb4a423
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@ce999babab2de1c4b649dc15f0ee67e6246c994f
uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27
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@ce999babab2de1c4b649dc15f0ee67e6246c994f
uses: gradle/gradle-build-action@8cbcb9948b5892387aed077daf6f90e1f0ba5b27
with:
arguments: |
${{ matrix.target }}
Expand Down

0 comments on commit cb4a423

Please sign in to comment.