We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042145c commit 1d160dbCopy full SHA for 1d160db
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: checkout repository
20
uses: actions/checkout@v4
21
- name: validate gradle wrapper
22
- uses: gradle/wrapper-validation-action@v2
+ uses: gradle/actions/wrapper-validation@v5
23
- name: setup jdk ${{ matrix.java }}
24
uses: actions/setup-java@v4
25
with:
0 commit comments