Skip to content

Commit 55cb70e

Browse files
authored
Update build action to use actions/cache@v4 (#185)
actions/cache@v1 is no longer supported: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down Signed-off-by: Michael Warres <mpw@google.com>
1 parent 4f53e7a commit 55cb70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v1
6868

6969
- name: Mount bazel cache
70-
uses: actions/cache@v1
70+
uses: actions/cache@v4
7171
with:
7272
path: "/home/runner/.cache/bazel"
7373
key: bazel

0 commit comments

Comments
 (0)