ci: pin bazel version

This commit is contained in:
eric
2026-03-15 12:15:40 +01:00
parent 08f2abc60e
commit fbe1eb3fc8
5 changed files with 5 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ jobs:
phase8_target: windows
runs-on: ${{ matrix.os }}
env:
USE_BAZEL_VERSION: 9.0.0
USE_BAZEL_VERSION: 9.0.1
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/setup-bazel@0.18.0

View File

@@ -23,7 +23,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
env:
USE_BAZEL_VERSION: 9.0.0
USE_BAZEL_VERSION: 9.0.1
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}