Skip to content

Commit

Permalink
[ci] update bazel-contrib/setup-bazel to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg1985 committed Nov 13, 2024
1 parent d660af7 commit 1492a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
node-version: ${{ inputs.node-version }}
- name: Setup Bazel with caching
if: inputs.caching
uses: bazel-contrib/setup-bazel@0.8.5
uses: bazel-contrib/setup-bazel@0.9.1
with:
bazelisk-cache: true
bazelrc: common --color=yes
Expand All @@ -130,7 +130,7 @@ jobs:
repository-cache: true
- name: Setup Bazel without caching
if: inputs.caching == false
uses: bazel-contrib/setup-bazel@0.8.5
uses: bazel-contrib/setup-bazel@0.9.1
with:
bazelrc: common --color=yes
- name: Setup Fluxbox and Xvfb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 50
- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.8.5
uses: bazel-contrib/setup-bazel@0.9.1
with:
bazelisk-cache: true
cache-version: 2
Expand Down

0 comments on commit 1492a3a

Please sign in to comment.