From c33d4d223e03ed25775343c5f2546886ab352689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:26:45 +0000 Subject: [PATCH] Bump gradle/actions from 3.5.0 to 4.0.1 in the github-actions group Bumps the github-actions group with 1 update: [gradle/actions](https://github.com/gradle/actions). Updates `gradle/actions` from 3.5.0 to 4.0.1 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3.5.0...v4.0.1) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 48d1df2..f44f49a 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.5.0 + uses: gradle/actions/wrapper-validation@v4.0.1 with: min-wrapper-count: ${{ inputs.min-wrapper-count }} allow-snapshots: ${{ inputs.allow-snapshots }}