From c95c887e7344cf4ff1d24b5c66e1a7bc198a673a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 18:57:18 +0000 Subject: [PATCH] chore(deps): bump gradle/actions from 3 to 6 Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 6. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3...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/ci.yml | 2 +- .github/workflows/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20b9d74..86d62cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: distribution: temurin java-version: "21" - name: Setup Gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v6 with: gradle-version: "8.10.2" - name: Run tests and checks diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e93a49b..b1f470e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: with: languages: java - name: Setup Gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v6 - name: Prepare for analysis run: ./gradlew testClasses integrationTestClasses uiTestClasses - name: Analyze