Skip to content

Commit

Permalink
Release v1.0.0 at 6f6c14a
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Jan 22, 2023
1 parent 1a310e4 commit 0b988e4
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 @@ -16,7 +16,7 @@ Basic usage:

```yaml
steps:
- uses: browser-actions/setup-edge@latest
- uses: browser-actions/setup-edge@v1
- name: Print Edge version
run: (Get-Item (Get-Command msedge).Source).VersionInfo.ProductVersion
```
Expand All @@ -25,7 +25,7 @@ Install Edge Beta:
```yaml
steps:
- uses: browser-actions/setup-edge@latest
- uses: browser-actions/setup-edge@v1
with:
edge-version: beta
- name: Print Edge version
Expand Down

0 comments on commit 0b988e4

Please sign in to comment.