File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 distribution : ' temurin'
9696 - name : Setup Bazel with caching
9797 if : inputs.caching
98- uses : bazel-contrib/setup-bazel@0.8.0
98+ uses : bazel-contrib/setup-bazel@0.8.1
9999 with :
100100 bazelisk-cache : true
101101 bazelrc : common --color=yes
@@ -110,7 +110,7 @@ jobs:
110110 repository-cache : true
111111 - name : Setup Bazel without caching
112112 if : inputs.caching == false
113- uses : bazel-contrib/setup-bazel@0.8.0
113+ uses : bazel-contrib/setup-bazel@0.8.1
114114 with :
115115 bazelrc : common --color=yes
116116 - 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.0
24+ uses : bazel-contrib/setup-bazel@0.8.1
2525 with :
2626 bazelisk-cache : true
2727 external-cache : |
You can’t perform that action at this time.
0 commit comments