Skip to content

Commit

Permalink
chore: use v1
Browse files Browse the repository at this point in the history
Release-As: v1.0.0
  • Loading branch information
ueokande authored Jan 22, 2023
1 parent da03220 commit 408c365
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 @@ -19,14 +19,14 @@ Basic usage:

```yaml
steps:
- uses: browser-actions/setup-chrome@latest
- uses: browser-actions/setup-chrome@v1
- run: chrome --version
```
Install Google Chrome Beta
```yaml
steps:
- uses: browser-actions/setup-chrome@latest
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: beta
- run: chrome --version
Expand Down

0 comments on commit 408c365

Please sign in to comment.