From f615a7b3c0dfe11b8e72c608f08b141b9ebfb11e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:35:39 +0000 Subject: [PATCH] build(deps): bump gradle/wrapper-validation-action from 1.1.0 to 2.0.0 Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1.1.0...v2.0.0) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Gradle CI.yml | 2 +- .github/workflows/Release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Gradle CI.yml b/.github/workflows/Gradle CI.yml index 2018239..716a8aa 100644 --- a/.github/workflows/Gradle CI.yml +++ b/.github/workflows/Gradle CI.yml @@ -38,7 +38,7 @@ jobs: # Validate Gradle Wrapper - name: Gradle Wrapper Validation - uses: gradle/wrapper-validation-action@v1.1.0 + uses: gradle/wrapper-validation-action@v2.0.0 # Build - name: Make gradlew executable diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index bdc5b43..a06c130 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -34,7 +34,7 @@ jobs: # Validate Gradle Wrapper - name: Gradle Wrapper Validation - uses: gradle/wrapper-validation-action@v1.1.0 + uses: gradle/wrapper-validation-action@v2.0.0 # Build - name: Make gradlew executable