Skip to content

Commit df09d26

Browse files
committed
Use latest version of wrapper-validation-action. More info on https://github.com/gradle/wrapper-validation-action
1 parent dcac31d commit df09d26

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/java.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,16 @@ jobs:
1919
with:
2020
ref: main
2121

22-
- uses: actions/wrapper-validation-action@v1
23-
- uses: actions/setup-java@v3
22+
- name: Validate Gradle wrapper
23+
uses: gradle/wrapper-validation-action@v3
24+
25+
- name: Set up JDK 17
26+
uses: actions/setup-java@v3
2427
with:
2528
java-version: 17
2629
distribution: "temurin"
30+
31+
- name: Run gradle tasks only for modified files/exercises
2732
- uses: dorny/paths-filter@v3
2833
id: changes
2934
with:

0 commit comments

Comments
 (0)