Skip to content

Commit

Permalink
Update bazel-contrib/setup-bazel action to v0.12.0 (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 59d030f commit f97a80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4.2.2

- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.10.0
uses: bazel-contrib/setup-bazel@0.12.0
if: ${{ matrix.script == 'cftests-nonjunit' }}
with:
# Avoid downloading Bazel every time.
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
texlive-font-utils texlive-fonts-recommended texlive-latex-recommended
pip install black flake8 html5validator
- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.10.0
uses: bazel-contrib/setup-bazel@0.12.0
if: ${{ matrix.script == 'cftests-nonjunit' }}
with:
# Avoid downloading Bazel every time.
Expand Down

0 comments on commit f97a80e

Please sign in to comment.