Skip to content

Commit

Permalink
Merge pull request #28 from voruti/renovate/gradle-wrapper-validation…
Browse files Browse the repository at this point in the history
…-action-2.x
  • Loading branch information
voruti authored Mar 17, 2024
2 parents 2046ce1 + 0369fad commit 3008cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0

- name: Validation
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v2

- name: JDK 17
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: 0

- name: Validation
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v2

- name: JDK 17
uses: actions/setup-java@v4
Expand Down

0 comments on commit 3008cdd

Please sign in to comment.