-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update bazel-contrib/setup-bazel action to v0.8.4 (#121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
add89ed
commit d1d9c93
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: bazel-contrib/[email protected].2 | ||
- uses: bazel-contrib/[email protected].4 | ||
with: | ||
bazelrc: common --announce_rc --color=yes | ||
repository-cache: true | ||
|
@@ -62,7 +62,7 @@ jobs: | |
working-directory: examples/gem | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: bazel-contrib/[email protected].2 | ||
- uses: bazel-contrib/[email protected].4 | ||
with: | ||
bazelrc: common --announce_rc --color=yes ${{ matrix.mode == 'WORKSPACE' && '--noenable_bzlmod' || '' }} | ||
repository-cache: examples/gem/${{ matrix.mode == 'WORKSPACE' && 'WORKSPACE' || 'MODULE.bazel' }} | ||
|
@@ -98,7 +98,7 @@ jobs: | |
working-directory: examples/jekyll | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: bazel-contrib/[email protected].2 | ||
- uses: bazel-contrib/[email protected].4 | ||
with: | ||
bazelrc: common --announce_rc --color=yes | ||
repository-cache: examples/jekyll/MODULE.bazel | ||
|