From 445f108ccee58cc8ce0084c4c94cf5a20e807ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:07:59 +0000 Subject: [PATCH] Bump gradle/wrapper-validation-action Bumps the github-actions group with 1 update in the / directory: [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action). Updates `gradle/wrapper-validation-action` from 3.3.2 to 3.5.0 - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v3.3.2...v3.5.0) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 751b43d..d863f1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: # Validate wrapper - name: Gradle Wrapper Validation - uses: gradle/wrapper-validation-action@v3.3.2 + uses: gradle/wrapper-validation-action@v3.5.0 # Setup Java environment for the next steps - name: Setup Java