From 83a4fba2deae68e4fe4a6ad709fbf71c991a8f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 02:08:15 +0000 Subject: [PATCH] Bump gradle/actions in /.github/actions/gradle/experiment-config-cache Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 5. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v4...v5) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/gradle/experiment-config-cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/gradle/experiment-config-cache/action.yml b/.github/actions/gradle/experiment-config-cache/action.yml index c82043ca..3d82f306 100644 --- a/.github/actions/gradle/experiment-config-cache/action.yml +++ b/.github/actions/gradle/experiment-config-cache/action.yml @@ -13,7 +13,7 @@ runs: using: "composite" steps: - name: Set up Gradle - uses: gradle/actions/setup-gradle@v4 + uses: gradle/actions/setup-gradle@v5 with: cache-disabled: true - name: Run experiment