Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #22 from ngalaiko/2.0.0-support
Browse files Browse the repository at this point in the history
update readme examples
  • Loading branch information
ngalaiko authored Dec 19, 2019
2 parents 0fef738 + 773d563 commit ad5c849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ and all dependencies. Images are stored in the [DockerHub](https://cloud.docker.
If you need a specific bazel version, you can import it by changeing `uses` import path. For example:

```yaml
uses: ngalaiko/bazel-action/1.2.1@master
uses: ngalaiko/bazel-action/2.0.0@master
```

or

```yaml
uses: ngalaiko/bazel-action/0.29.0@master
uses: ngalaiko/bazel-action/1.2.1@master
```

If you need another version, please [open an issue](https://github.com/ngalaiko/bazel-action/issues/new), or send a PR.
Expand Down

0 comments on commit ad5c849

Please sign in to comment.