diff --git a/.bazelversion b/.bazelversion index 8590cbe..5db7aa4 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,4 +1,4 @@ -7.1.0 +7.1.2 # 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 e25e556..540c72d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,6 +54,8 @@ jobs: bazelversions: ${{ toJSON(steps.*.outputs.bazelversion) }} test: + uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6 + # The type of runner that the job will run on runs-on: ${{ matrix.os }}