Rename CI workflow and update gradle wrapper validation (#855)

This commit is contained in:
EnZaXD 2024-08-07 13:03:15 +02:00 committed by GitHub
parent 6a766f2467
commit ad1b8b71a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/actions/wrapper-validation@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with: