File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments