From 0203f29c348f0765a7b1ccd1cac708442312d8ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:53:05 +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/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 98ceafb..20e29ef 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,5 +36,5 @@ jobs: distribution: 'adopt' java-version: '17' cache: 'gradle' - - uses: gradle/actions/wrapper-validation@v6.2.0 + - uses: gradle/actions/wrapper-validation@v6.3.0 - run: ./gradlew --no-daemon check