From 25eaee0d5c67cbbeffb6854d7cc197104f2f63f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:02:52 +0000 Subject: [PATCH] Bump gradle/actions from 6.2.0 to 6.3.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 76f553e..e1ab8dd 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -81,7 +81,7 @@ jobs: with: distribution: 'adopt' java-version: 17 - - uses: gradle/actions/wrapper-validation@v6.2.0 + - uses: gradle/actions/wrapper-validation@v6.3.0 - name: Install Android SDK uses: hannesa2/action-android/install-sdk@0.1.16.9 - name: Build project