From 354bddf9f8db0bdc21915009cf583ddcd1e33486 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:37:32 +0000 Subject: [PATCH] chore(core-deps): update gradle/actions action to v4.2.1 (#803) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9848a4b1..297691cf 100644 --- a/action.yml +++ b/action.yml @@ -127,7 +127,7 @@ runs: steps: - name: Validate the Gradle Wrapper if: inputs.should-validate-wrapper == 'true' - uses: gradle/actions/wrapper-validation@v4.2.0 + uses: gradle/actions/wrapper-validation@v4.2.1 - name: Setup Java uses: actions/setup-java@v4.5.0 with: