Skip to content

Commit

Permalink
chore: bump bazel 6 CI coverage to 6.5.0 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Feb 5, 2024
1 parent 4afdb41 commit ce0f739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
m=${v::1}
a=(
"major:$m, version:\"$v\""
"major:6, version:\"6.4.0\""
"major:6, version:\"6.5.0\""
)
printf -v j '{%s},' "${a[@]}"
echo "res=[${j%,}]" | tee -a $GITHUB_OUTPUT
Expand Down

0 comments on commit ce0f739

Please sign in to comment.