Skip to content

Commit

Permalink
fix: update setup-chromedriver github action
Browse files Browse the repository at this point in the history
  • Loading branch information
yksflip committed Aug 4, 2023
1 parent 817e409 commit 11f533c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -35,7 +35,9 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2
- name: Setup chromedriver
uses: nanasess/setup-chromedriver@v1.0.1
uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: '115.0.5790.170'
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 11f533c

Please sign in to comment.