Skip to content

Commit

Permalink
Migrate to gradle/actions/setup-gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Feb 1, 2024
1 parent 8903ad2 commit 64d7a31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/setup-gradle/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ description: 'Gradle setup and wrapper validation'
runs:
using: composite
steps:
- uses: gradle/gradle-build-action@3b1b3b9a2104c2b47fbae53f3938079c00c9bb87 # v3.0.0
- uses: gradle/actions/setup-gradle@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0
with:
gradle-home-cache-cleanup: true
add-job-summary-as-pr-comment: on-failure
- uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1.1.0

0 comments on commit 64d7a31

Please sign in to comment.