From c6a5c5cc9c49cac80348259a23a09593e38bee41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:03:11 +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/ci.yaml | 2 +- .github/workflows/cmake.yaml | 2 +- .github/workflows/conformance.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73ccb33..16f6297 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/bazel key: ${{ runner.os }}-build-cache diff --git a/.github/workflows/cmake.yaml b/.github/workflows/cmake.yaml index e022b45..60f22da 100644 --- a/.github/workflows/cmake.yaml +++ b/.github/workflows/cmake.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .build key: ${{ runner.os }}-cmake-build-cache diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index 2aebefd..969d695 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Setup Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/bazel key: ${{ runner.os }}-build-cache