Skip to content

Commit

Permalink
Bump nanasess/setup-chromedriver to fix Linux download (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex authored Aug 6, 2023
1 parent ed3ab0c commit ccd816e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-browser/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:

- name: Install chromedriver
if: ${{ inputs.runner == 'selenium' && contains(inputs.browser, 'chrome') }}
uses: nanasess/setup-chromedriver@v1
uses: nanasess/setup-chromedriver@v2

- name: Enable Safari Driver
shell: bash -l {0}
Expand Down

0 comments on commit ccd816e

Please sign in to comment.