File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
node-version : ${{ inputs.node-version }}
123
123
- name : Setup Bazel with caching
124
124
if : inputs.caching
125
- uses : bazel-contrib/setup-bazel@0.9.1
125
+ uses : bazel-contrib/setup-bazel@0.13.0
126
126
with :
127
127
bazelisk-cache : true
128
128
bazelrc : common --color=yes
@@ -136,7 +136,7 @@ jobs:
136
136
repository-cache : true
137
137
- name : Setup Bazel without caching
138
138
if : inputs.caching == false
139
- uses : bazel-contrib/setup-bazel@0.9.1
139
+ uses : bazel-contrib/setup-bazel@0.13.0
140
140
with :
141
141
bazelrc : common --color=yes
142
142
- name : Setup Fluxbox and Xvfb
Original file line number Diff line number Diff line change 25
25
with :
26
26
fetch-depth : 50
27
27
- name : Setup Bazel
28
- uses : bazel-contrib/setup-bazel@0.9.1
28
+ uses : bazel-contrib/setup-bazel@0.13.0
29
29
with :
30
30
bazelisk-cache : true
31
31
cache-version : 2
You can’t perform that action at this time.
0 commit comments