From f9c9c575b8b21b6485636a91ffecd10e558c62f6 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Mon, 15 Jul 2024 13:31:04 -0600 Subject: [PATCH] Bump to v3.5.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 80c7825..48d1df2 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,7 @@ runs: steps: - name: Wrapper Validation id: wrapper-validation - uses: gradle/actions/wrapper-validation@v3.4.2 + uses: gradle/actions/wrapper-validation@v3.5.0 with: min-wrapper-count: ${{ inputs.min-wrapper-count }} allow-snapshots: ${{ inputs.allow-snapshots }}