Skip to content

Commit

Permalink
update the buf CI action to support buf v2 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Aug 12, 2024
1 parent fef9361 commit a9b01f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: |
mix escript.install hex protobuf --force
echo "/home/runner/.mix/escripts" >> $GITHUB_PATH
- uses: "bufbuild/buf-setup-action@v1.29.0"
- uses: "bufbuild/buf-action@v1"
- name: "Generate & Diff Protos"
run: |
echo "/home/runner/.mix/escripts" >> $GITHUB_PATH
Expand Down

0 comments on commit a9b01f7

Please sign in to comment.