diff --git a/.github/workflows/Gradle CI.yml b/.github/workflows/Gradle CI.yml index 74c4aa6..5b97173 100644 --- a/.github/workflows/Gradle CI.yml +++ b/.github/workflows/Gradle CI.yml @@ -38,7 +38,7 @@ jobs: # Validate Gradle Wrapper - name: Gradle Wrapper Validation - uses: gradle/wrapper-validation-action@v2 + uses: gradle/wrapper-validation-action@v3 # Build - name: Make gradlew executable diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 0f788f9..cfd13eb 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -34,7 +34,7 @@ jobs: # Validate Gradle Wrapper - name: Gradle Wrapper Validation - uses: gradle/wrapper-validation-action@v2 + uses: gradle/wrapper-validation-action@v3 # Build - name: Make gradlew executable