File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 node-version : ${{ inputs.node-version }}
117117 - name : Setup Bazel with caching
118118 if : inputs.caching
119- uses : bazel-contrib/setup-bazel@0.8.5
119+ uses : bazel-contrib/setup-bazel@0.9.1
120120 with :
121121 bazelisk-cache : true
122122 bazelrc : common --color=yes
@@ -130,7 +130,7 @@ jobs:
130130 repository-cache : true
131131 - name : Setup Bazel without caching
132132 if : inputs.caching == false
133- uses : bazel-contrib/setup-bazel@0.8.5
133+ uses : bazel-contrib/setup-bazel@0.9.1
134134 with :
135135 bazelrc : common --color=yes
136136 - name : Setup Fluxbox and Xvfb
Original file line number Diff line number Diff line change 2121 with :
2222 fetch-depth : 50
2323 - name : Setup Bazel
24- uses : bazel-contrib/setup-bazel@0.8.5
24+ uses : bazel-contrib/setup-bazel@0.9.1
2525 with :
2626 bazelisk-cache : true
2727 cache-version : 2
You can’t perform that action at this time.
0 commit comments