From f9c5386fd6003a030c6a7a96ae44f0580ff3f456 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 06:57:47 +0000 Subject: [PATCH] Update gradle/wrapper-validation-action action to v3 --- .github/workflows/gradle_plugin_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle_plugin_ci.yml b/.github/workflows/gradle_plugin_ci.yml index ae51c5b0..84f61b84 100644 --- a/.github/workflows/gradle_plugin_ci.yml +++ b/.github/workflows/gradle_plugin_ci.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v3 - name: Gradle Wrapper Validation - uses: gradle/wrapper-validation-action@v1 + uses: gradle/wrapper-validation-action@v3 build: runs-on: ubuntu-latest