Skip to content

Commit

Permalink
Update bazel-contrib/setup-bazel action to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent c8aa015 commit 703590e
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 @@ -122,7 +122,7 @@ jobs:
node-version: ${{ inputs.node-version }}
- name: Setup Bazel with caching
if: inputs.caching
uses: bazel-contrib/setup-bazel@0.9.1
uses: bazel-contrib/setup-bazel@0.12.1
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.9.1
uses: bazel-contrib/setup-bazel@0.12.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 @@ -25,7 +25,7 @@ jobs:
with:
fetch-depth: 50
- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.9.1
uses: bazel-contrib/setup-bazel@0.12.1
with:
bazelisk-cache: true
cache-version: 2
Expand Down

0 comments on commit 703590e

Please sign in to comment.