Skip to content

Commit c882aa2

Browse files
committed
bump buf version
1 parent 3c8d2ff commit c882aa2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/automatic-api-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
with:
4343
working-directory: ./
4444
- name: "Install buf"
45-
uses: "bufbuild/buf-setup-action@v1"
45+
uses: "bufbuild/buf-setup-action@v1.37.0"
4646
if: steps.buf-update.outputs.updated == 'true'
4747
with:
48-
version: "1.18.0"
48+
version: "1.37.0"
4949
- name: "Run buf generate"
5050
if: steps.buf-update.outputs.updated == 'true'
5151
run: |

.github/workflows/manual-api-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
with:
4747
working-directory: ./
4848
- name: "Install buf"
49-
uses: "bufbuild/buf-setup-action@v1"
49+
uses: "bufbuild/buf-setup-action@v1.37.0"
5050
if: steps.buf-update.outputs.updated == 'true'
5151
with:
52-
version: "1.18.0"
52+
version: "1.37.0"
5353
- name: "Run buf generate"
5454
if: steps.buf-update.outputs.updated == 'true'
5555
run: |

0 commit comments

Comments
 (0)