From 802cb55ecc0095bc62fed70ad4b439e38626b597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:16:56 +0000 Subject: [PATCH] build(NoTicket): bump gradle/actions from 5.0.2 to 6.0.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 5.0.2 to 6.0.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/0723195856401067f7a2779048b490ace7a47d7c...50e97c2cd7a37755bbfafc9c5b7cafaece252f6e) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-test-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test-v2.yml b/.github/workflows/integration-test-v2.yml index 100885f986..6fb30a9dc7 100644 --- a/.github/workflows/integration-test-v2.yml +++ b/.github/workflows/integration-test-v2.yml @@ -100,7 +100,7 @@ jobs: java-version: ${{ inputs.java_version }} - name: Setup Gradle - uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c + uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e with: # only allow the master branch to write to the cache cache-read-only: ${{ github.ref != 'master' }}