From 97eda3b7c248c809eeb40cd1e00a13ed29876313 Mon Sep 17 00:00:00 2001 From: Blake Li Date: Fri, 29 May 2026 14:55:32 -0400 Subject: [PATCH] Update sdk-platform-java-downstream_protobuf_compatibility_check_nightly.yaml --- ...java-downstream_protobuf_compatibility_check_nightly.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/sdk-platform-java-downstream_protobuf_compatibility_check_nightly.yaml b/.github/workflows/sdk-platform-java-downstream_protobuf_compatibility_check_nightly.yaml index 9d6e40d734d6..f32fcfdb33a6 100644 --- a/.github/workflows/sdk-platform-java-downstream_protobuf_compatibility_check_nightly.yaml +++ b/.github/workflows/sdk-platform-java-downstream_protobuf_compatibility_check_nightly.yaml @@ -27,13 +27,10 @@ jobs: fail-fast: false matrix: repo: - - java-bigtable - - java-firestore - - java-pubsub - java-pubsublite # Default Protobuf-Java versions to use are specified here. Without this, the nightly workflow won't know # which values to use and would resolve to ''. - protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_runtime_versions || '"4.33.5"')) }} + protobuf-version: ${{ fromJSON(format('[{0}]', inputs.protobuf_runtime_versions || '"4.35.0"')) }} steps: - name: Checkout sdk-platform-java repo uses: actions/checkout@v4