Skip to content

Commit 4c1b8d1

Browse files
committed
Use the latest Gradle action so we don't need a separate wrapper validation anymore.
1 parent 7cf8221 commit 4c1b8d1

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

.github/workflows/changelog-print.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ jobs:
1616
java-version: 11
1717
distribution: 'temurin'
1818
- name: gradle caching
19-
uses: gradle/gradle-build-action@v3
20-
with:
21-
gradle-home-cache-cleanup: true
19+
uses: gradle/actions/setup-gradle@v4
2220
- run: ./gradlew changelogPrint

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)