Skip to content

Commit

Permalink
[ci] bazel-contrib/setup-bazel@0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed May 20, 2024
1 parent ba83d10 commit ef66ae3
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.3
uses: bazel-contrib/setup-bazel@0.8.4
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.3
uses: bazel-contrib/setup-bazel@0.8.4
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.3
uses: bazel-contrib/setup-bazel@0.8.4
with:
bazelisk-cache: true
cache-version: 2
Expand Down

0 comments on commit ef66ae3

Please sign in to comment.