From 92e38d05f35a809ec98d5a4eea4ab653831eed1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:14:24 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 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/v5...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] --- .github/workflows/bazel.yml | 2 +- .github/workflows/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index b3b81bfc00..4be603f240 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -26,7 +26,7 @@ jobs: distribution: 'temurin' - name: Mount Bazel cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/bazelisk diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 88546dc370..fd7af4e344 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v5 - name: Cache Gradle Modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.gradle/wrapper