Skip to content

Commit 4cbfd3b

Browse files
committed
Update gradle wrapper validation action to v4
This commit updates the `gradle/wrapper-validation-action` GitHub Action from v3 to `gradle/actions/wrapper-validation@v4` in the KMP workflow.
1 parent e983bac commit 4cbfd3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check out
1818
uses: actions/checkout@v4
1919
- name: Gradle Wrapper Validation
20-
uses: gradle/wrapper-validation-action@v3
20+
uses: gradle/actions/wrapper-validation@v4
2121
- name: Set up JDK 17
2222
uses: actions/setup-java@v4
2323
with:

0 commit comments

Comments
 (0)