Skip to content

Commit 6684394

Browse files
authored
test(deps): update setup-chrome to v2 (#1541)
Update Chrome for Testing to 140
1 parent 14fc5fa commit 6684394

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/example-chrome-for-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
uses: actions/checkout@v4
1515
- name: Install Chrome for Testing
1616
# https://github.com/browser-actions/setup-chrome
17-
uses: browser-actions/setup-chrome@v1
17+
uses: browser-actions/setup-chrome@v2
1818
with:
19-
chrome-version: 137
19+
chrome-version: 140
2020
- name: Cypress info
2121
uses: ./ # if copying, replace with cypress-io/github-action@v6
2222
with:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ jobs:
198198
name: E2E on Chrome for Testing
199199
steps:
200200
- uses: actions/checkout@v4
201-
- uses: browser-actions/setup-chrome@v1
201+
- uses: browser-actions/setup-chrome@v2
202202
with:
203-
chrome-version: 137
203+
chrome-version: 140
204204
- uses: cypress-io/github-action@v6
205205
with:
206206
browser: chrome-for-testing

0 commit comments

Comments
 (0)