diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f0e7f1fd..73987f89 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,7 +17,7 @@ jobs: distribution: 'temurin' cache: 'gradle' - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3 + uses: gradle/wrapper-validation-action@5188e9b5527a0a094cee21e2fe9a8ca44b4629af - name: Build with Gradle run: ./gradlew clean build - name: Publish on Sonatype Nexus diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a952b019..ea6fb7a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,6 @@ jobs: distribution: 'temurin' cache: 'gradle' - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3 + uses: gradle/wrapper-validation-action@5188e9b5527a0a094cee21e2fe9a8ca44b4629af - name: Run tests run: ./gradlew clean test