From 4aad214eaea5ebde4f14dab4dfd8976eda779920 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Wed, 18 Sep 2024 17:26:44 -0400 Subject: [PATCH] Rewind a bit on the buf version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8df1d0e54f..fe901989b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: Protobuf checks uses: bufbuild/buf-action@v1 with: - version: 1.41.0 + version: 1.35.0 input: "crates/proto/proto/" against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=${BUF_BASE_BRANCH},subdir=crates/proto/proto/"