Update gradle/wrapper-validation-action action to v3
This commit is contained in:
parent
c3c43dc068
commit
fb47a855b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
uses: gradle/wrapper-validation-action@v3
|
||||
- name: Enable auto-merge
|
||||
if: ${{ github.event_name == 'pull_request' && github.actor == 'dependabot' }}
|
||||
run: gh pr merge --auto --rebase "$PR_URL"
|
||||
|
|
Loading…
Reference in a new issue