Skip to content

Commit 309a099

Browse files
committed
Upgrade gradle wrapper-validation action on branch_9x
Signed-off-by: Jan Høydahl <[email protected]>
1 parent 9611584 commit 309a099

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle-precommit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jobs:
4444
- name: Run gradle check (without tests)
4545
run: ./gradlew check -x test -Ptask.times=true
4646

47-
- uses: gradle/wrapper-validation-action@v1
47+
- name: Validate Gradle wrapper
48+
uses: gradle/actions/wrapper-validation@v4

0 commit comments

Comments
 (0)