File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
workflows :
4
4
5
5
- &build_workflow
6
- name : Faster CI / build (6.0 .0)
6
+ name : Faster CI / build (6.5 .0)
7
7
env :
8
- USE_BAZEL_VERSION : " 6.0 .0"
8
+ USE_BAZEL_VERSION : " 6.5 .0"
9
9
image : us.gcr.io/fasterci/bazelbuilder:5e59f651dbb5
10
10
on :
11
11
push :
@@ -32,6 +32,6 @@ workflows:
32
32
run : bazel run //:buildifier-check
33
33
34
34
- << : *build_workflow
35
- name : Faster CI / build (5.3 .1)
35
+ name : Faster CI / build (5.4 .1)
36
36
env :
37
- USE_BAZEL_VERSION : " 5.3 .1"
37
+ USE_BAZEL_VERSION : " 5.4 .1"
Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
bazel-version :
17
- - 6.0 .0
18
- - 5.3 .1
17
+ - 6.5 .0
18
+ - 5.4 .1
19
19
env :
20
20
USE_BAZEL_VERSION : ${{ matrix.bazel-version }}
21
21
steps :
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-20.04
14
14
env :
15
- USE_BAZEL_VERSION : 5.3.1
15
+ USE_BAZEL_VERSION : 6.5.0
16
16
steps :
17
17
- name : Checkout
18
18
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
- 5.3 .1
1
+ 5.4 .1
You can’t perform that action at this time.
0 commit comments