Skip to content

Commit f87d923

Browse files
committed
use setup-chrome v2
1 parent e67a05f commit f87d923

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci-percy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
with:
2525
node-version: "22"
2626
- name: Set up Chrome
27-
uses: browser-actions/setup-chrome@v1
28-
- name: Set up Chromedriver
29-
uses: nanasess/setup-chromedriver@v2
27+
uses: browser-actions/setup-chrome@v2.1.1
28+
with:
29+
install-chromedriver: true
3030
- name: Install requirements
3131
run: |
3232
curl -LsSf https://astral.sh/uv/install.sh | sh

.github/workflows/ci-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Set up Chrome
22-
uses: browser-actions/setup-chrome@v1
22+
uses: browser-actions/setup-chrome@v2.1.1
2323
with:
2424
install-chromedriver: true
2525
- name: Install dependencies
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555
- name: Set up Chrome
56-
uses: browser-actions/setup-chrome@v1
56+
uses: browser-actions/setup-chrome@v2.1.1
5757
with:
5858
install-chromedriver: true
5959
- name: Install dependencies
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
python-version: "3.9"
104104
- name: Set up Chrome
105-
uses: browser-actions/setup-chrome@v1
105+
uses: browser-actions/setup-chrome@v2.1.1
106106
with:
107107
install-chromedriver: true
108108
- name: Install dependencies
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
python-version: "3.12"
154154
- name: Set up Chrome
155-
uses: browser-actions/setup-chrome@v1
155+
uses: browser-actions/setup-chrome@v2.1.1
156156
with:
157157
install-chromedriver: true
158158
- name: Install dependencies

0 commit comments

Comments
 (0)