upgrade to gradle/actions/wrapper-validation@v3 in the other workflow as well 🙄 (#4378)

missed this in #4374
This commit is contained in:
Konrad Pozniak 2024-04-21 09:35:59 +02:00 committed by GitHub
parent 8e4aab8bae
commit 333beec17d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
distribution: 'temurin'
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v2
uses: gradle/actions/wrapper-validation@v3
- name: Copy CI gradle.properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties