Skip to content

Commit b72da22

Browse files
authored
Update Gradle wrapper validation action version
1 parent 98fcee1 commit b72da22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
java-version: "18"
2424
cache: "gradle"
2525
- name: Validate Gradle wrapper
26-
# v4.4.1
27-
uses: gradle/actions/wrapper-validation@6a96db5a3f33ee3428706da0bfc3de5c5a8f698c
26+
uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
2827
- name: Build package
2928
run: ./gradlew build

0 commit comments

Comments
 (0)