From 5d2862948dfd1de961b469616f59ee17dde78ebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:30:10 +0000 Subject: [PATCH] Bump gradle/actions from 3.4.0 to 3.4.2 Bumps [gradle/actions](https://github.com/gradle/actions) from 3.4.0 to 3.4.2. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3.4.0...v3.4.2) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Android-CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Android-CI.yml b/.github/workflows/Android-CI.yml index 6a7becf..d7c705d 100644 --- a/.github/workflows/Android-CI.yml +++ b/.github/workflows/Android-CI.yml @@ -18,6 +18,6 @@ jobs: with: distribution: 'adopt' java-version: 17 - - uses: gradle/actions/wrapper-validation@v3.4.0 + - uses: gradle/actions/wrapper-validation@v3.4.2 - name: Build with Gradle run: ./gradlew build