diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 700bcdf..1c16fe3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: distribution: 'temurin' - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@342dbebe7272035434f9baccc29a816ec6dd2c7b + uses: gradle/wrapper-validation-action@2572bdd97b8338128030a2a631bfa0ceaac6b6e5 - name: Build with Gradle run: ./gradlew build