Skip to content

Commit 4ce07d0

Browse files
ZixuanJiangcopybara-github
authored andcommitted
Upgrade to actions/cache@v4 for Shardy GitHub workflow.
Reference: actions/setup-node#1275 PiperOrigin-RevId: 748399822
1 parent 5b69508 commit 4ce07d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_bazel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: bazelbuild/setup-bazelisk@v2
4343

4444
- name: Mount Bazel Cache
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: "~/.cache/bazel"
4848
key: ${{ runner.os }}-shardy_bazelbuild-${{ hashFiles('.bazelversion', '.bazelrc', 'WORKSPACE', 'WORKSPACE.bazel', 'MODULE.bazel') }}

0 commit comments

Comments
 (0)