File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- - uses : bazel-contrib/setup-bazel@0.14 .0
20
+ - uses : bazel-contrib/setup-bazel@0.15 .0
21
21
with :
22
22
bazelrc : common --announce_rc --color=yes
23
23
repository-cache : true
60
60
working-directory : examples/gem
61
61
steps :
62
62
- uses : actions/checkout@v4
63
- - uses : bazel-contrib/setup-bazel@0.14 .0
63
+ - uses : bazel-contrib/setup-bazel@0.15 .0
64
64
with :
65
65
bazelrc : common --announce_rc --color=yes ${{ matrix.mode == 'WORKSPACE' && '--enable_workspace' || '' }}
66
66
module-root : examples/gem
99
99
working-directory : examples/jekyll
100
100
steps :
101
101
- uses : actions/checkout@v4
102
- - uses : bazel-contrib/setup-bazel@0.14 .0
102
+ - uses : bazel-contrib/setup-bazel@0.15 .0
103
103
with :
104
104
bazelrc : common --announce_rc --color=yes
105
105
module-root : examples/jekyll
@@ -126,7 +126,7 @@ jobs:
126
126
working-directory : examples/native_ext
127
127
steps :
128
128
- uses : actions/checkout@v4
129
- - uses : bazel-contrib/setup-bazel@0.14 .0
129
+ - uses : bazel-contrib/setup-bazel@0.15 .0
130
130
with :
131
131
bazelrc : common --announce_rc --color=yes
132
132
module-root : examples/native_ext
You can’t perform that action at this time.
0 commit comments