Skip to content

Commit 87a7909

Browse files
committed
try browser-actions/setup-chrome@v1
1 parent df32577 commit 87a7909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-src.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ["3.8", "3.9", "3.10"]
1919
steps:
2020
- uses: actions/checkout@v3
21-
- uses: nanasess/setup-chromedriver@v1
21+
- uses: browser-actions/setup-chrome@v1
2222
- uses: actions/setup-node@v3
2323
with:
2424
node-version: "14"

0 commit comments

Comments
 (0)