Skip to content

Commit 8a029ba

Browse files
chore(deps): update bazel-contrib/setup-bazel action to v0.12.1 (#188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 88184bf commit 8a029ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: bazel-contrib/[email protected].0
20+
- uses: bazel-contrib/[email protected].1
2121
with:
2222
bazelrc: common --announce_rc --color=yes
2323
repository-cache: true
@@ -61,7 +61,7 @@ jobs:
6161
working-directory: examples/gem
6262
steps:
6363
- uses: actions/checkout@v4
64-
- uses: bazel-contrib/[email protected].0
64+
- uses: bazel-contrib/[email protected].1
6565
with:
6666
bazelrc: common --announce_rc --color=yes ${{ matrix.mode == 'WORKSPACE' && '--enable_workspace' || '' }}
6767
# Workaround for long path issues: https://github.com/jruby/jruby/issues/3995.
@@ -99,7 +99,7 @@ jobs:
9999
working-directory: examples/jekyll
100100
steps:
101101
- uses: actions/checkout@v4
102-
- uses: bazel-contrib/[email protected].0
102+
- uses: bazel-contrib/[email protected].1
103103
with:
104104
bazelrc: common --announce_rc --color=yes
105105
repository-cache: examples/jekyll/MODULE.bazel

0 commit comments

Comments
 (0)