Skip to content

Commit f4f5303

Browse files
authored
Update ci.yml
1 parent f357221 commit f4f5303

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
java-version: "18"
2121
cache: "gradle"
2222
- name: Validate Gradle wrapper
23-
uses: gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96 // v4.4.1
23+
# v4.4.1
24+
uses: gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96
2425
- name: Build package
2526
run: ./gradlew build

0 commit comments

Comments
 (0)