Skip to content

Commit 6b35cc5

Browse files
authored
Merge pull request #2529 from redpanda-data/worktree-buf-validate-failure
ci: pin buf-action to 1.71.0 to match proto codegen
2 parents 1b041b7 + 652575c commit 6b35cc5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: bufbuild/buf-action@v1
4949
with:
5050
# buf CLI version - keep in sync with BUF_VERSION in taskfiles/proto.yaml
51-
version: 1.65.0
51+
version: 1.71.0
5252
lint: true
5353
format: true
5454
breaking: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'Buf Skip Breaking') }}
@@ -82,7 +82,7 @@ jobs:
8282
uses: bufbuild/buf-action@v1
8383
with:
8484
# buf CLI version - keep in sync with BUF_VERSION in taskfiles/proto.yaml
85-
version: 1.65.0
85+
version: 1.71.0
8686
# No validation - already done in validate job
8787
lint: false
8888
format: false
@@ -117,7 +117,7 @@ jobs:
117117
uses: bufbuild/buf-action@v1
118118
with:
119119
# buf CLI version - keep in sync with BUF_VERSION in taskfiles/proto.yaml
120-
version: 1.65.0
120+
version: 1.71.0
121121
# Only archive - no other operations
122122
push: true
123123
token: ${{ env.BUF_TOKEN }}

0 commit comments

Comments
 (0)