-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7fc4a65
commit 10d8644
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,7 +135,7 @@ To ensure the version of `buf` is consistent across workflows it's recommended t | |
```yaml | ||
- uses: bufbuild/[email protected] | ||
with: | ||
version: 1.32.1 | ||
version: 1.32.2 | ||
``` | ||
|
||
If no version is specified in the workflow config, the action will resolve the version in order of precendence: | ||
|
@@ -264,9 +264,9 @@ Here's an example migration from using multiple actions to the new consolidated | |
```yaml | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: bufbuild/buf-setup-action@v1.31.0 | ||
- uses: bufbuild/buf-setup-action@v1.32.2 | ||
with: | ||
version: 1.32.1 | ||
version: 1.32.2 | ||
buf_user: ${{ secrets.BUF_USERNAME }} | ||
buf_api_token: ${{ secrets.BUF_TOKEN }} | ||
- uses: bufbuild/buf-lint-action@v1 | ||
|
@@ -296,7 +296,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: bufbuild/[email protected] | ||
with: | ||
version: 1.32.1 | ||
version: 1.32.2 | ||
username: ${{ secrets.BUF_USERNAME }} | ||
token: ${{ secrets.BUF_TOKEN }} | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,5 @@ jobs: | |
- uses: bufbuild/[email protected] | ||
with: | ||
setup_only: true | ||
version: 1.32.0 | ||
version: 1.32.2 | ||
- run: buf version |