Skip to content

Commit f6bf124

Browse files
committed
Fix wrapper check
1 parent 2b72cd7 commit f6bf124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Android-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
distribution: "adopt"
2929
java-version: ${{ matrix.java_version }}
30-
- uses: gradle/wrapper-validation-action@v3
30+
- uses: gradle/actions/wrapper-validation@v3
3131
- name: Install Android SDK
3232
uses: hannesa2/action-android/[email protected]
3333
- name: Build project

0 commit comments

Comments
 (0)