From bf80cdc7d907d4eb9b0028378d41013a99c375dd Mon Sep 17 00:00:00 2001 From: sweexordious Date: Tue, 8 Oct 2024 00:38:04 +0400 Subject: [PATCH] chore(ci): update against --- .github/workflows/buf-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buf-ci.yml b/.github/workflows/buf-ci.yml index 257933d4e4..2aa3b09412 100644 --- a/.github/workflows/buf-ci.yml +++ b/.github/workflows/buf-ci.yml @@ -16,5 +16,5 @@ jobs: - uses: bufbuild/buf-setup-action@v1 - uses: bufbuild/buf-breaking-action@v1 with: - against: 'https://github.com/celestiaorg/celestia-core.git#branch=main' + against: 'https://github.com/celestiaorg/celestia-core.git#branch=v0.34.x' - uses: bufbuild/buf-lint-action@v1