Skip to content

Commit

Permalink
fix: pin geckodriver version to bypass GitHub API quota
Browse files Browse the repository at this point in the history
  • Loading branch information
alnr committed Dec 20, 2022
1 parent d8a2cbd commit 11ef3aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:
name: Install Firefox
- uses: browser-actions/setup-geckodriver@latest
name: Install Geckodriver
with:
geckodriver-version: 0.32.0
- uses: ory/ci/checkout@master
with:
fetch-depth: 2
Expand Down

0 comments on commit 11ef3aa

Please sign in to comment.