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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-07-27 01:46:50 -04:00 committed by GitHub
parent b130cbcd05
commit 1e2f70601b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}