Skip to content

Commit

Permalink
Merge pull request #153 from nanasess/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
nanasess authored Mar 29, 2023
2 parents 2c0ddc1 + b20d7a7 commit 9530178
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 9530178

Please sign in to comment.