From 0e7497d73a4e516daf76dd3ea4ee246287f96a76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 06:54:42 +0000 Subject: [PATCH] Update gradle/wrapper-validation-action digest to c4ee1cd --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 700bcdf..6f342db 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@c4ee1cd97a0e1216bdfdc65516ac12cac1576c76 - name: Build with Gradle run: ./gradlew build