Skip to content

Commit cb6e9c3

Browse files
chore(deps): update dependency bazel to v8 (#1004)
* chore(deps): update dependency bazel to v8 * update ci to match --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Eagle <[email protected]>
1 parent 1657a6a commit cb6e9c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.1
1+
8.0.0

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
v=$(head -n 1 .bazelversion)
2828
m=${v::1}
2929
a=(
30-
"major:8, version:\"last_rc\""
3130
"major:$m, version:\"$v\""
31+
"major:7, version:\"7.4.1\""
3232
"major:6, version:\"6.5.0\""
3333
)
3434
printf -v j '{%s},' "${a[@]}"

0 commit comments

Comments
 (0)