Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Mar 29, 2023
1 parent 2c0ddc1 commit b20d7a7
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 111 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See [action.yml](action.yml)
``` yaml
steps:
- uses: actions/checkout@v2
- uses: nanasess/setup-chromedriver@v1
- uses: nanasess/setup-chromedriver@v2
with:
# Optional: do not specify to match Chrome's version
chromedriver-version: '88.0.4324.96'
Expand All @@ -37,7 +37,7 @@ steps:
``` yaml
steps:
- uses: actions/checkout@v2
- uses: nanasess/setup-chromedriver@v1
- uses: nanasess/setup-chromedriver@v2
with:
# Optional: do not specify to match Chrome's version
chromedriver-version: '88.0.4324.96'
Expand Down
Loading

0 comments on commit b20d7a7

Please sign in to comment.