diff --git a/.bazelversion b/.bazelversion index ee5e98b..e3b04b8 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,4 +1,4 @@ -6.0.0rc1 +6.0.0rc2 # The first line of this file is used by Bazelisk and Bazel to be sure # the right version of Bazel is used to build and test this repo. # This also defines which version is used on CI. diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd22639..1ea9434 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - id: bazel_5 run: echo "bazelversion=5.3.2" >> $GITHUB_OUTPUT outputs: - # Will look like '["6.0.0rc1", "5.3.2"]' + # Will look like ["", "5.3.2"] bazelversions: ${{ toJSON(steps.*.outputs.bazelversion) }} test: