Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2023
1 parent 6f7ac0d commit 77942bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/step.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
distribution: 'zulu'
java-version: '21'
- name: "Build and Test"
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0
uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0
id: gradlebuild
continue-on-error: ${{ inputs.experimental }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
distribution: 'zulu'
java-version: '21'
- name: "Publish (${{ matrix.label }})"
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0
uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0
id: publish
with:
cache-read-only: true
Expand Down

0 comments on commit 77942bd

Please sign in to comment.