From 9d140529ccd1b46b98f6b18df1248e1d94535598 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:14:55 +0000 Subject: [PATCH] Update gradle/wrapper-validation-action action to v3 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a4876f6..7d0a37d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: # https://github.com/marketplace/actions/gradle-wrapper-validation - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@v2 + uses: gradle/wrapper-validation-action@v3 # https://github.com/marketplace/actions/gradle-build-action - name: Build with Gradle