Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/example-chrome-for-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v4
- name: Install Chrome for Testing
# https://github.com/browser-actions/setup-chrome
uses: browser-actions/setup-chrome@v1
uses: browser-actions/setup-chrome@v2
with:
chrome-version: 137
chrome-version: 140
- name: Cypress info
uses: ./ # if copying, replace with cypress-io/github-action@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ jobs:
name: E2E on Chrome for Testing
steps:
- uses: actions/checkout@v4
- uses: browser-actions/setup-chrome@v1
- uses: browser-actions/setup-chrome@v2
with:
chrome-version: 137
chrome-version: 140
- uses: cypress-io/github-action@v6
with:
browser: chrome-for-testing
Expand Down