Update gradle/wrapper-validation-action action to v3
All checks were successful
Build & Test / Validate (pull_request) Successful in 15s
Build & Test / Run Unit Tests (pull_request) Successful in 7m43s
Build & Test / Run UI Tests (pull_request) Successful in 11m37s

This commit is contained in:
Renovate Bot 2024-08-03 09:02:38 +00:00
parent 82ebfab5c9
commit 06a83c025a

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"