From 03248e8ff0eeca14d1b1b8146eab1dc53d45c981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 05:34:19 +0000 Subject: [PATCH] Bump gradle/actions from 3.5.0 to 4.0.0 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.0 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3.5.0...v4.0.0) --- 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..56f9a9d 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.0 with: min-wrapper-count: ${{ inputs.min-wrapper-count }} allow-snapshots: ${{ inputs.allow-snapshots }}