From 7dcf9c9aaf696e6aa545535d7d81adc8f60f2276 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 11 Dec 2025 23:47:26 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/bazel_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bazel_example.yml b/.github/workflows/bazel_example.yml index 225a6d75..cb81902f 100644 --- a/.github/workflows/bazel_example.yml +++ b/.github/workflows/bazel_example.yml @@ -19,7 +19,7 @@ jobs: - name: Bazel File Cache Setup id: cache-bazel - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/bazel key: ${{ runner.os }}-bazel-20210105-${{ secrets.CACHE_VERSION }}