From 1e2f70601b7fbf75fae9084706ebd88d4abdba7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:46:50 -0400 Subject: [PATCH] build(deps): bump actions/cache from 4 to 6 (#9513) Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/server-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-test.yml b/.github/workflows/server-test.yml index eaefe81fa..364de9bce 100644 --- a/.github/workflows/server-test.yml +++ b/.github/workflows/server-test.yml @@ -27,7 +27,7 @@ jobs: run: echo "version=2.6.2" >> "$GITHUB_OUTPUT" - name: Cache bazel-remote id: cache-bazel-remote - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: $RUNNER_TOOL_CACHE/local/bazel-remote key: bazel-remote-v${{ steps.bazel-remote-version.outputs.version }}-${{ runner.os }}-${{ runner.arch }}