Skip to content

Commit

Permalink
Bump geckodriver from 0.32.2 to 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
padde committed Sep 21, 2024
1 parent 4027536 commit aa58418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
firefox-version: "130.0"
- uses: browser-actions/setup-geckodriver@latest
with:
geckodriver-version: "0.32.2"
geckodriver-version: "0.35.0"
- uses: coactions/setup-xvfb@v1
with:
run: bundle exec rake spec
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
firefox-version: "130.0"
- uses: browser-actions/setup-geckodriver@latest
with:
geckodriver-version: "0.32.2"
geckodriver-version: "0.35.0"
- uses: coactions/setup-xvfb@v1
with:
run: bundle exec rake spec

0 comments on commit aa58418

Please sign in to comment.