Skip to content

Commit

Permalink
Bump buf-lint-action to v1.1.0
Browse files Browse the repository at this point in the history
Fixes a Github actions error about npm v20 being required for action
runners.
  • Loading branch information
djjuhasz authored and sevein committed Feb 29, 2024
1 parent f885eb0 commit f9e9140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buf-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: bufbuild/buf-lint-action@v1
- uses: bufbuild/buf-lint-action@v1.1.0
with:
input: proto
# TODO: use buf-breaking-action when ready
Expand Down

0 comments on commit f9e9140

Please sign in to comment.