From 23394fe6edaad82b0eabe2acfde9f2424ba6bbcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 16:54:31 +0000 Subject: [PATCH] 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/build-quick.yml | 2 +- .github/workflows/build-release.yml | 2 +- .github/workflows/codeql.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-quick.yml b/.github/workflows/build-quick.yml index 0f0f62481..934730a41 100644 --- a/.github/workflows/build-quick.yml +++ b/.github/workflows/build-quick.yml @@ -239,7 +239,7 @@ jobs: run: bash ./anki/tools/install-n2 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 timeout-minutes: 5 with: # Only write to the cache for builds on the 'main' branches, stops branches evicting main cache diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index d567f48e7..7799807d5 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -148,7 +148,7 @@ jobs: run: ./anki/tools/install-n2 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 timeout-minutes: 5 with: # Only write to the cache for builds on the 'main' branches, stops branches evicting main cache diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7fe72f526..3c1e214f7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -169,7 +169,7 @@ jobs: - name: Setup Gradle if: matrix.build-mode == 'manual' - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 timeout-minutes: 5 with: # Only write to the cache for builds on the 'main' branches, stops branches evicting main cache