From 2982a654c5d189b490ea809a3e67211b7f17ec60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:14:36 +0000 Subject: [PATCH] Update gradle/wrapper-validation-action digest to d355de3 --- .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..066c2e5 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@d355de3893225d0ccf43f57021f3c7416d3cc43d - name: Build with Gradle run: ./gradlew build