Skip to content

Commit 4ef2360

Browse files
authored
fix(ci): update bazel setup action version to 0.15.0 (#1036)
1 parent fec9c26 commit 4ef2360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version-file: '.node-version'
3131
cache: yarn
32-
- uses: bazel-contrib/setup-bazel@e403ad507104847c3539436f64a9e9eecc73eeec # 0.8.5
32+
- uses: bazel-contrib/setup-bazel@0.15.0 # 0.15.0
3333
with:
3434
bazelisk-cache: true
3535
disk-cache: true

0 commit comments

Comments
 (0)