Skip to content

Commit

Permalink
Update buf-setup-action examples in README.md (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides authored Mar 28, 2022
1 parent a149c8e commit 4fdabe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Run `git checkout`
- uses: actions/checkout@v2
# Install the `buf` CLI
- uses: bufbuild/buf-setup-action@v0.5.0
- uses: bufbuild/buf-setup-action@v1
# Run breaking change detection against the `main` branch
- uses: bufbuild/buf-breaking-action@v1
with:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
# Run `git checkout`
- uses: actions/checkout@v2
# Install the `buf` CLI
- uses: bufbuild/buf-setup-action@v0.5.0
- uses: bufbuild/buf-setup-action@v1
# Run breaking change detection against the last commit
- uses: bufbuild/buf-breaking-action@v1
with:
Expand Down Expand Up @@ -129,7 +129,7 @@ In that case, you can target the `proto` sub-directory by setting
```yaml
steps:
- uses: actions/checkout@v2
- uses: bufbuild/buf-setup-action@v0.5.0
- uses: bufbuild/buf-setup-action@v1
# Run breaking change detection against the last commit
- uses: bufbuild/buf-breaking-action@v1
with:
Expand Down

0 comments on commit 4fdabe5

Please sign in to comment.