From 5afbb8e92406cb63666e2ad635479d17069b3bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 23:13:23 +0000 Subject: [PATCH 1/2] build(deps): bump gradle/actions from 5 to 6 Bumps [gradle/actions](https://github.com/gradle/actions) from 5 to 6. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v5...v6) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... 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 01f2593665db..02568c033ebb 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@v5 + - uses: gradle/actions/setup-gradle@v6 with: gradle-version: '8.14.3' From 04b2319f16cc486dde2142ea1036630ce800837d Mon Sep 17 00:00:00 2001 From: William Cheng Date: Thu, 2 Apr 2026 01:41:11 +0800 Subject: [PATCH 2/2] Update .github/workflows/linux.yaml Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- .github/workflows/linux.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 02568c033ebb..4c7984700ce5 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -47,6 +47,7 @@ jobs: - uses: gradle/actions/setup-gradle@v6 with: + cache-disabled: true gradle-version: '8.14.3' - name: Setup Maven