From 21f70909337c1d675da820f02cb5749d9db6019e Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 21 Mar 2025 15:12:30 +0000 Subject: [PATCH] Updated default Bazel version to 7.5.0. Some of our jobs appear to be using this default, and we want all of our jobs off of Bazel 6. --- bazel/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/action.yml b/bazel/action.yml index 99fbd9a..3fd8b43 100644 --- a/bazel/action.yml +++ b/bazel/action.yml @@ -29,7 +29,7 @@ inputs: version: required: false description: A pinned Bazel version to use - default: '6.4.0' + default: '7.5.0' type: string bazel: required: false