From 4f6cc441a4d3822fada7d278a5a371e72ee84d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:29:52 +0000 Subject: [PATCH] Bump gradle/wrapper-validation-action from 2.1.2 to 3.3.0 Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.2 to 3.3.0. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v2.1.2...v3.3.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/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7742c99..4cebafc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: distribution: 'corretto' cache: 'gradle' - - uses: gradle/wrapper-validation-action@v2.1.2 + - uses: gradle/wrapper-validation-action@v3.3.0 - name: Build with Gradle uses: gradle/gradle-build-action@v3.2.0 with: