From c9444b92401ded718bbf3ee566ca14df82ed76c9 Mon Sep 17 00:00:00 2001 From: Richard Sartor Date: Wed, 5 Aug 2026 22:41:25 +0000 Subject: [PATCH 1/2] Use the most recent version of bazel 8.x. --- bash/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/action.yml b/bash/action.yml index 61b3a6d..df03b91 100644 --- a/bash/action.yml +++ b/bash/action.yml @@ -25,7 +25,7 @@ inputs: bazel-version: required: false description: Bazel version to use - default: "8.0.1" + default: "8.7.0" type: string bazel-flags: required: false From ae32bc7fd8dd305f0bcda1e5f42117025b86321c Mon Sep 17 00:00:00 2001 From: Richard Sartor Date: Wed, 5 Aug 2026 22:41:36 +0000 Subject: [PATCH 2/2] Use the most recent image for bazel 8.x. --- docker/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/action.yml b/docker/action.yml index 192c249..48cb202 100644 --- a/docker/action.yml +++ b/docker/action.yml @@ -45,7 +45,7 @@ inputs: staleness-image: required: false description: "The docker image used to regenerate staleness files" - default: "us-docker.pkg.dev/protobuf-build/containers/common/linux/bazel:8.0.1-e0df73e51131ccaf53451355d22577f377357604" + default: "us-docker.pkg.dev/protobuf-build/containers/common/linux/bazel:8.7.0-4d8e80ef93b0219fb907af9dd4596b92946995d8" type: string runs: