Skip to content

Commit

Permalink
Version-lock setup-chromedriver action
Browse files Browse the repository at this point in the history
We're having troubles with this action failing on downloading the latest
Chromedriver.  It should apparently be fixed in the later master, but it
doesn't appear to work for us, so we'll lock to the latest commit for
now.

See nanasess/setup-chromedriver#200 for details.
  • Loading branch information
lunkwill42 committed Aug 4, 2023
1 parent 03bd470 commit 39bd677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- uses: nanasess/setup-chromedriver@master
- uses: nanasess/setup-chromedriver@a96f21134e877e799f5dce6cfb399e725bce27e2

- name: "Set up PostgreSQL"
uses: harmon758/postgresql-action@v1
Expand Down

0 comments on commit 39bd677

Please sign in to comment.