Skip to content

Commit

Permalink
Use latest version of wrapper-validation-action. More info on https:/…
Browse files Browse the repository at this point in the history
  • Loading branch information
josealonso committed Dec 28, 2024
1 parent dcac31d commit df09d26
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,16 @@ jobs:
with:
ref: main

- uses: actions/wrapper-validation-action@v1
- uses: actions/setup-java@v3
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: "temurin"

- name: Run gradle tasks only for modified files/exercises
- uses: dorny/paths-filter@v3
id: changes
with:
Expand Down

0 comments on commit df09d26

Please sign in to comment.