Skip to content

Commit 4e7cbab

Browse files
authored
Update check-envoy-commits.yml
Update to use supported Bazel setup action Signed-off-by: Elizabeth Byerly <ebyerly@google.com>
1 parent 5dac3b0 commit 4e7cbab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check-envoy-commits.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ jobs:
116116
117117
- name: "Set up Bazel"
118118
if: steps.check_open_issues.outputs.decision == 'proceed'
119-
uses: bazelbuild/setup-bazel@v2
120-
with:
121-
bazel-version: '7.6.1'
119+
uses: bazel-contrib/setup-bazel@0.15.0
122120

123121
- name: "Initial build check with latest Envoy"
124122
if: steps.check_open_issues.outputs.decision == 'proceed'

0 commit comments

Comments
 (0)