Skip to content

Commit 02f47e4

Browse files
committed
Update setup-gradle github action
1 parent aa46c25 commit 02f47e4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/actions/setup-gradle/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,11 @@ runs:
2424
11
2525
17
2626
21
27-
- uses: gradle/actions/setup-gradle@v3
27+
- uses: gradle/actions/setup-gradle@v4
2828
with:
2929
build-scan-publish: true
3030
build-scan-terms-of-use-url: "https://gradle.com/terms-of-service"
3131
build-scan-terms-of-use-agree: "yes"
3232

33-
validate-wrappers: true
34-
3533
cache-disabled: ${{ inputs.cache-disabled }}
3634
cache-read-only: ${{ inputs.cache-read-only }}
37-
38-
gradle-home-cache-cleanup: true

0 commit comments

Comments
 (0)