From 26ffd686eccbbcbf168186b5363c8ee8edbe39f6 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Thu, 13 Jun 2024 15:12:19 -0600 Subject: [PATCH] Bump to v3.4.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 44d38a6..7918b02 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.3.2 + uses: gradle/actions/wrapper-validation@v3.4.0 with: min-wrapper-count: ${{ inputs.min-wrapper-count }} allow-snapshots: ${{ inputs.allow-snapshots }}