Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
node-version: ${{ inputs.node-version }}
- name: Setup Bazel with caching
if: inputs.caching
uses: bazel-contrib/setup-bazel@0.13.0
uses: bazel-contrib/setup-bazel@0.15.0
with:
bazelisk-cache: true
bazelrc: common --color=yes
Expand All @@ -136,7 +136,7 @@ jobs:
repository-cache: true
- name: Setup Bazel without caching
if: inputs.caching == false
uses: bazel-contrib/setup-bazel@0.13.0
uses: bazel-contrib/setup-bazel@0.15.0
with:
bazelrc: common --color=yes
- name: Setup curl for Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 50
- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.13.0
uses: bazel-contrib/setup-bazel@0.15.0
with:
bazelisk-cache: true
cache-version: 2
Expand Down
Loading