From 88425854a36845f9c881450d9660b5fd46bee142 Mon Sep 17 00:00:00 2001 From: Inaki Villar Date: Mon, 17 Jun 2024 11:46:29 -0700 Subject: [PATCH] Bump to v3.4.2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2784a32..80c7825 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.1 + uses: gradle/actions/wrapper-validation@v3.4.2 with: min-wrapper-count: ${{ inputs.min-wrapper-count }} allow-snapshots: ${{ inputs.allow-snapshots }}