From 4506ef9a17a302e9334ebecdba2e193cfb30bf5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 23:14:27 +0000 Subject: [PATCH] build(deps): 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/linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 6f53f21e46c0..47adf7fd6f4c 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -45,7 +45,7 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - - uses: gradle/actions/setup-gradle@v6.2.0 + - uses: gradle/actions/setup-gradle@v6.3.0 with: cache-disabled: true gradle-version: '8.14.3'