We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabdf8a commit 00a44bbCopy full SHA for 00a44bb
1 file changed
.github/workflows/gradle.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: checkout repository
22
uses: actions/checkout@v3
23
- name: validate gradle wrapper
24
- uses: gradle/wrapper-validation-action@v1
+ uses: gradle/wrapper-validation-action@v2
25
- name: setup jdk ${{ matrix.java }}
26
uses: actions/setup-java@v3
27
with:
0 commit comments