From 4fdabe50cd37b2e87665784d2e03cb2f24c9e842 Mon Sep 17 00:00:00 2001 From: WillAbides Date: Mon, 28 Mar 2022 10:27:43 -0500 Subject: [PATCH] Update buf-setup-action examples in README.md (#19) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6a1d18..8a232a2 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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: @@ -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: