Update gradle/wrapper-validation-action action to v3
Some checks failed
Build & Test / Validate (pull_request) Successful in 13s
Build & Test / Run Unit Tests (pull_request) Successful in 7m38s
Build & Test / Run UI Tests (pull_request) Failing after 7m34s

This commit is contained in:
Renovate Bot 2024-08-03 13:01:47 +00:00
parent c3c43dc068
commit fb47a855b3

View file

@ -17,7 +17,7 @@ jobs:
distribution: 'zulu' distribution: 'zulu'
java-version: '17' java-version: '17'
- name: Validate Gradle Wrapper - name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1 uses: gradle/wrapper-validation-action@v3
- name: Enable auto-merge - name: Enable auto-merge
if: ${{ github.event_name == 'pull_request' && github.actor == 'dependabot' }} if: ${{ github.event_name == 'pull_request' && github.actor == 'dependabot' }}
run: gh pr merge --auto --rebase "$PR_URL" run: gh pr merge --auto --rebase "$PR_URL"