Skip to content

Commit

Permalink
chore(deps): update bazel-contrib/setup-bazel action to v0.12.1 (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 88184bf commit 8a029ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/[email protected].0
- uses: bazel-contrib/[email protected].1
with:
bazelrc: common --announce_rc --color=yes
repository-cache: true
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
working-directory: examples/gem
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/[email protected].0
- uses: bazel-contrib/[email protected].1
with:
bazelrc: common --announce_rc --color=yes ${{ matrix.mode == 'WORKSPACE' && '--enable_workspace' || '' }}
# Workaround for long path issues: https://github.com/jruby/jruby/issues/3995.
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
working-directory: examples/jekyll
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/[email protected].0
- uses: bazel-contrib/[email protected].1
with:
bazelrc: common --announce_rc --color=yes
repository-cache: examples/jekyll/MODULE.bazel
Expand Down

0 comments on commit 8a029ba

Please sign in to comment.