Skip to content

Commit 80a384a

Browse files
committed
Updated geckodriver
1 parent de8f5aa commit 80a384a

6 files changed

Lines changed: 3 additions & 3 deletions

File tree

Binary file not shown.

.github/scripts/build_assets/geckodriver-v0.27.0-win64/README.md renamed to .github/scripts/build_assets/geckodriver-v0.29.1-win64/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Proxy for using W3C WebDriver compatible clients to interact with Gecko-based br
33
This program provides the HTTP API described by the WebDriver protocol to communicate with Gecko browsers, such as Firefox.
44
It translates calls into the Marionette remote protocol by acting as a proxy between the local- and remote ends.
55

6-
This application was taken from: https://github.com/mozilla/geckodriver/releases/tag/v0.27.0
6+
This application was taken from: https://github.com/mozilla/geckodriver/releases/tag/v0.29.1
Binary file not shown.

.github/workflows/build_icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
run: >
2525
python ./.github/scripts/icomoon_build.py
26-
./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe ./icomoon.json
26+
./.github/scripts/build_assets/geckodriver-v0.29.1-win64/geckodriver.exe ./icomoon.json
2727
./devicon.json ./icons ./ %GITHUB_TOKEN% --headless
2828
2929
- name: Upload geckodriver.log for debugging purposes

.github/workflows/peek_icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
shell: cmd
4242
run: >
4343
python ./.github/scripts/icomoon_peek.py
44-
./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe ./icomoon.json
44+
./.github/scripts/build_assets/geckodriver-v0.29.1-win64/geckodriver.exe ./icomoon.json
4545
./devicon.json ./icons ./ --headless --pr_title "%PR_TITLE%"
4646
4747
- name: Upload the err messages (created by icomoon_peek.py)

0 commit comments

Comments
 (0)