Skip to content

Commit

Permalink
Update to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doriable committed Mar 1, 2022
1 parent d903df1 commit f40d832
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can configure `buf-setup-action` with these parameters:

Parameter | Description | Default
:---------|:------------|:-------
`version` | The version of the [`buf` CLI][buf-cli] to install | [`1.0.0`][version]
`version` | The version of the [`buf` CLI][buf-cli] to install | [`1.1.0`][version]
`github_token` | The GitHub token to use when making API requests |

> These parameters are derived from [`action.yml`](./action.yml).
Expand All @@ -52,11 +52,11 @@ Use the `version` parameter to pin to a specific version:
```yaml
steps:
- uses: actions/checkout@v2
# Installs version 1.0.0
- uses: bufbuild/buf-setup-action@v0.6.0
# Installs version 1.1.0
- uses: bufbuild/buf-setup-action@v1.1.0
with:
version: 1.0.0
# Should output 1.0.0
version: 1.1.0
# Should output 1.1.0
- run: buf --version
```

Expand Down Expand Up @@ -139,4 +139,4 @@ steps:
[compiler]: https://docs.buf.build/build/internal-compiler
[protoc]: https://github.com/protocolbuffers/protobuf#protocol-compiler-installation
[setup-protoc]: https://github.com/marketplace/actions/setup-protoc
[version]: https://github.com/bufbuild/buf/releases/tag/v1.0.0
[version]: https://github.com/bufbuild/buf/releases/tag/v1.1.0
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branding:
inputs:
version:
description: The version of buf to set up.
default: '1.0.0'
default: '1.1.0'
github_token:
description: The GitHub token to use when making API requests.
runs:
Expand Down

0 comments on commit f40d832

Please sign in to comment.