Skip to content

Commit

Permalink
chore(deps): update bazel-contrib/setup-bazel action to v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and p0deje committed Apr 13, 2024
1 parent 0edde91 commit 6db7f08
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/setup-bazel@0.8.1
- uses: bazel-contrib/setup-bazel@0.8.2
with:
bazelrc: common --announce_rc --color=yes
repository-cache: true
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
working-directory: examples/gem
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/setup-bazel@0.8.1
- uses: bazel-contrib/setup-bazel@0.8.2
with:
bazelrc: common --announce_rc --color=yes ${{ matrix.mode == 'WORKSPACE' && '--noenable_bzlmod' || '' }}
repository-cache: examples/gem/${{ matrix.mode == 'WORKSPACE' && 'WORKSPACE' || 'MODULE.bazel' }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
working-directory: examples/jekyll
steps:
- uses: actions/checkout@v4
- uses: bazel-contrib/setup-bazel@0.8.1
- uses: bazel-contrib/setup-bazel@0.8.2
with:
bazelrc: common --announce_rc --color=yes
repository-cache: examples/jekyll/MODULE.bazel
Expand Down

0 comments on commit 6db7f08

Please sign in to comment.