Skip to content

Commit

Permalink
chore(deps): use bazel-contrib action
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Mar 21, 2024
1 parent ef4ba61 commit b40af31
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: p0deje/[email protected]
- uses: bazel-contrib/[email protected]
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: p0deje/[email protected]
- uses: bazel-contrib/[email protected]
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: p0deje/[email protected]
- uses: bazel-contrib/[email protected]
with:
bazelrc: common --announce_rc --color=yes
repository-cache: examples/jekyll/MODULE.bazel
Expand Down

0 comments on commit b40af31

Please sign in to comment.