Skip to content

Commit 9febde7

Browse files
committed
Bump geckodriver from 0.32.2 to 0.35.0
1 parent a952260 commit 9febde7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/head.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
firefox-version: "130.0"
2727
- uses: browser-actions/setup-geckodriver@latest
2828
with:
29-
geckodriver-version: "0.32.2"
29+
geckodriver-version: "0.35.0"
3030
- uses: coactions/setup-xvfb@v1
3131
with:
3232
run: bundle exec rake spec

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
firefox-version: "130.0"
3030
- uses: browser-actions/setup-geckodriver@latest
3131
with:
32-
geckodriver-version: "0.32.2"
32+
geckodriver-version: "0.35.0"
3333
- uses: coactions/setup-xvfb@v1
3434
with:
3535
run: bundle exec rake spec

0 commit comments

Comments
 (0)