From e1813ef0cb0b95ddf9d926ff385bc491fb1d22db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:37:26 +0000 Subject: [PATCH] chore(deps): bump gradle/actions in the actions-minor-patch group Bumps the actions-minor-patch group with 1 update: [gradle/actions](https://github.com/gradle/actions). Updates `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 dependency-group: actions-minor-patch ... 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 f881d27..2516528 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@v6.2.0 + - uses: gradle/actions/setup-gradle@v6.3.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@v6.2.0 + - uses: gradle/actions/setup-gradle@v6.3.0 # Each IDE under test is a ~1GB download. Caching them separately from the Gradle cache # keeps a dependency change from evicting them.