From 34bf66f323e1e510a17bf6f21c9d1ccc5aa7374c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 21:30:35 +0000 Subject: [PATCH] Update gradle/wrapper-validation-action action to v3 --- .github/workflows/gradle-wrapper-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index e1014e9..1c2b7e0 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -15,4 +15,4 @@ jobs: - name: Checkout latest code uses: actions/checkout@v4 - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@v2 \ No newline at end of file + uses: gradle/wrapper-validation-action@v3 \ No newline at end of file