Skip to content

Commit dc08cc5

Browse files
ZixuanJiangcopybara-github
authored andcommitted
Upgrade the actions for Shardy GitHub workflow.
* bazelbuild/setup-bazelisk: v2 -> v3 * actions/cache: v3 -> v4 Reference: actions/setup-node#1275 PiperOrigin-RevId: 748431777
1 parent 5b69508 commit dc08cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test_bazel.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
uses: actions/checkout@v4
4040

4141
- name: Setup Bazelisk
42-
uses: bazelbuild/setup-bazelisk@v2
42+
uses: bazelbuild/setup-bazelisk@v3
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)