Skip to content

Commit

Permalink
Unify README action versions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleeh authored Mar 17, 2022
1 parent f40d832 commit feed176
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
# 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.1.0
# Ensure that `buf` is installed
- run: buf --version
```
Expand All @@ -43,7 +43,7 @@ If `version` is unspecified, the latest version of `buf` is installed:
steps:
- uses: actions/checkout@v2
# Installs latest
- uses: bufbuild/buf-setup-action@v0.6.0
- uses: bufbuild/buf-setup-action@v1.1.0
- run: buf --version
```

Expand All @@ -66,7 +66,7 @@ recommended:
```yaml
steps:
- uses: actions/checkout@v2
- uses: bufbuild/buf-setup-action@v0.6.0
- uses: bufbuild/buf-setup-action@v1.1.0
with:
version: latest
- run: buf --version
Expand All @@ -79,7 +79,7 @@ This may prevent rate limit issues when running on GitHub hosted runners:

```yaml
steps:
- uses: bufbuild/buf-setup-action@v0.6.0
- uses: bufbuild/buf-setup-action@v1.1.0
with:
github_token: ${{ github.token }}
```
Expand Down Expand Up @@ -123,7 +123,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.1.0
# Install `protoc`
- uses: arduino/setup-protoc@v1
```
Expand Down

0 comments on commit feed176

Please sign in to comment.