We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812b99a commit a11ac09Copy full SHA for a11ac09
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ${{ matrix.os }}
22
steps:
23
- uses: actions/checkout@v6
24
- - uses: bazel-contrib/setup-bazel@0.18.0
+ - uses: bazel-contrib/setup-bazel@0.19.0
25
with:
26
bazelisk-cache: true
27
disk-cache: ${{ github.workflow }}
.github/workflows/verify-hooks.yml
@@ -20,7 +20,7 @@ jobs:
20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
0 commit comments