Skip to content

Commit c2e18ca

Browse files
authored
Merge pull request #53 from cheonjaeung/gradle-action-update
Update gradle wrapper validation action to v4
2 parents cb4f78c + 9ab4775 commit c2e18ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '17'
2626

2727
- name: Validate gradle wrapper
28-
uses: gradle/actions/wrapper-validation@v3
28+
uses: gradle/actions/wrapper-validation@v4
2929

3030
- name: Validate binary compatibility
3131
run: ./gradlew apiCheck

0 commit comments

Comments
 (0)