Skip to content

Commit

Permalink
Update bazel-contrib/setup-bazel action to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 33399f9 commit 036a9b2
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 @@ -39,7 +39,7 @@ jobs:
uses: gradle/actions/[email protected]

- name: Setup Bazel
uses: bazel-contrib/[email protected].0
uses: bazel-contrib/[email protected].1
if: matrix.script == 'cftests-nonjunit'
with:
# Avoid downloading Bazel every time.
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: gradle/actions/[email protected]

- name: Setup Bazel
uses: bazel-contrib/[email protected].0
uses: bazel-contrib/[email protected].1
if: matrix.script == 'cftests-nonjunit'
with:
# Avoid downloading Bazel every time.
Expand Down

0 comments on commit 036a9b2

Please sign in to comment.