Skip to content

Commit

Permalink
Update bazel-contrib/setup-bazel action to v0.10.0 (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 556cd06 commit d73d8bf
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.9.1
uses: bazel-contrib/setup-bazel@0.10.0
if: matrix.script == 'cftests-nonjunit'
with:
# Avoid downloading Bazel every time.
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4.2.2

- name: Setup Bazel
uses: bazel-contrib/setup-bazel@0.9.1
uses: bazel-contrib/setup-bazel@0.10.0
if: matrix.script == 'cftests-nonjunit'
with:
# Avoid downloading Bazel every time.
Expand Down

0 comments on commit d73d8bf

Please sign in to comment.