Skip to content

Commit

Permalink
bump buf version
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Aug 19, 2024
1 parent 3c8d2ff commit c882aa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automatic-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
with:
working-directory: ./
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1"
uses: "bufbuild/buf-setup-action@v1.37.0"
if: steps.buf-update.outputs.updated == 'true'
with:
version: "1.18.0"
version: "1.37.0"
- name: "Run buf generate"
if: steps.buf-update.outputs.updated == 'true'
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
with:
working-directory: ./
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1"
uses: "bufbuild/buf-setup-action@v1.37.0"
if: steps.buf-update.outputs.updated == 'true'
with:
version: "1.18.0"
version: "1.37.0"
- name: "Run buf generate"
if: steps.buf-update.outputs.updated == 'true'
run: |
Expand Down

0 comments on commit c882aa2

Please sign in to comment.