From 3535602cc356c46ec362bd3c261ea3ef75e6367a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:44:29 +0000 Subject: [PATCH] chore(deps): bump gradle/actions from 4 to 6.2.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 6.2.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v4...v6.2.0) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3511138..fba6815 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: distribution: temurin java-version: 21 - - uses: gradle/actions/setup-gradle@v4 + - uses: gradle/actions/setup-gradle@v6.2.0 # :core holds the parser and its tests; :plugin has none by design (its test task is # disabled in build.gradle.kts), so `gradlew test` alone reports success either way. @@ -69,7 +69,7 @@ jobs: with: distribution: temurin java-version: 21 - - uses: gradle/actions/setup-gradle@v4 + - uses: gradle/actions/setup-gradle@v6.2.0 # Each IDE under test is a ~1GB download. Caching them separately from the Gradle cache # keeps a dependency change from evicting them.