From f076860134c5745b9d0dcf09f2f82c734ef1dbb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 03:34:28 +0000 Subject: [PATCH] chore(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/CI.yaml | 4 ++-- .github/workflows/Release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 6ecaa18..6f90d00 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -24,7 +24,7 @@ jobs: distribution: "temurin" - name: Set up Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 - name: Build and test run: ./gradlew build @@ -50,5 +50,5 @@ jobs: run: ./gradlew publishAllPublicationsToCentralPortalSnapshots -x test - name: Update dependency graph - uses: gradle/actions/dependency-submission@v5 + uses: gradle/actions/dependency-submission@v6 continue-on-error: true diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index f94a3c5..bef80fd 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -30,7 +30,7 @@ jobs: distribution: "temurin" - name: Set up Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 with: gradle-version: "9.2.1"