Update gradle/wrapper-validation-action action to v3
All checks were successful
Build & Test / Validate (pull_request) Successful in 14s
Build & Test / Run Unit Tests (pull_request) Successful in 7m29s
Build & Test / Run UI Tests (pull_request) Successful in 11m19s
Build & Test / Validate (push) Successful in 15s
Build & Test / Run Unit Tests (push) Successful in 7m58s
Build & Test / Run UI Tests (push) Successful in 12m21s

This commit is contained in:
Renovate Bot 2024-08-06 11:02:37 +00:00
parent 9d4f48f8ae
commit 955d854420

View file

@ -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"