From 68b92eb57c4ad4a1357595ed787bd52f80a28f67 Mon Sep 17 00:00:00 2001 From: WillAbides Date: Mon, 28 Mar 2022 10:27:52 -0500 Subject: [PATCH] Update buf-setup-action examples in README.md (#18) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5273d2f..5ec9ac3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ jobs: # Run `git checkout` - uses: actions/checkout@v2 # Install the `buf` CLI - - uses: bufbuild/buf-setup-action@v0.6.0 + - uses: bufbuild/buf-setup-action@v1 # Push module to the BSR - uses: bufbuild/buf-push-action@v1 with: @@ -70,7 +70,7 @@ steps: # Run `git checkout` - uses: actions/checkout@v2 # Install the `buf` CLI - - uses: bufbuild/buf-setup-action@v0.6.0 + - uses: bufbuild/buf-setup-action@v1 # Push only the Input in `proto` to the BSR - uses: bufbuild/buf-push-action@v1 with: @@ -97,7 +97,7 @@ jobs: # Run `git checkout` - uses: actions/checkout@v2 # Install the `buf` CLI - - uses: bufbuild/buf-setup-action@v0.6.0 + - uses: bufbuild/buf-setup-action@v1 # Run a lint check on Protobuf sources - uses: bufbuild/buf-lint-action@v1 # Run breaking change detection for Protobuf sources against the current `main` branch