Skip to content

Commit

Permalink
chore: use gradle/actions/setup-gradle instead of wrapper-validation-…
Browse files Browse the repository at this point in the history
…action

- the wrapper-validation action is deprecated
- wrapper-validation doesn't have dependency reporting
- why not use the officially maintained action instead?
  • Loading branch information
DataM0del committed Dec 22, 2024
1 parent e077849 commit 43579aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: checkout repository
uses: actions/checkout@v4
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/actions/setup-gradle@v4
with:
dependency-graph: "generate-and-submit"
- name: setup jdk ${{ matrix.java }}
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 43579aa

Please sign in to comment.