Skip to content

Commit e9fadf3

Browse files
chore: Update Chrome (stable) to 140.0.7339.207 (#32563)
* chore: Update Chrome (stable) to 140.0.7339.207 * empty commit --------- Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <[email protected]>
1 parent 1aa9f90 commit e9fadf3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.circleci/src/workflows/@workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 2.1
55
# the new location and/or names:
66
# - ./scripts/github-actions/update-browser-versions.js
77

8-
chrome-stable-version: &chrome-stable-version "140.0.7339.185"
8+
chrome-stable-version: &chrome-stable-version "140.0.7339.207"
99
chrome-beta-version: &chrome-beta-version "141.0.7390.30"
1010
firefox-stable-version: &firefox-stable-version "142.0"
1111
base-internal-bullseye: &base-internal-bullseye cypress/base-internal:22.18.0-bullseye

.circleci/workflows.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ base-internal-bullseye: cypress/base-internal:22.18.0-bullseye
22
base-internal-minimum-node: cypress/base-internal:22.15.1
33
base-internal-yarn-berry: cypress/base-internal:22.18.0-yarn-berry
44
chrome-beta-version: 141.0.7390.30
5-
chrome-stable-version: 140.0.7339.185
5+
chrome-stable-version: 140.0.7339.207
66
commands:
77
build-and-package-binary:
88
steps:
@@ -398,11 +398,11 @@ commands:
398398
description: Google Chrome channel to install
399399
type: string
400400
google-chrome-for-testing-version:
401-
default: 140.0.7339.185
401+
default: 140.0.7339.207
402402
description: Google Chrome for Testing version to install
403403
type: string
404404
google-chrome-version:
405-
default: 140.0.7339.185
405+
default: 140.0.7339.207
406406
description: Google Chrome version to install
407407
type: string
408408
install-chrome:
@@ -2013,7 +2013,6 @@ jobs:
20132013
- run: yarn workspace @cypress/grep omit:specs
20142014
- run: yarn workspace @cypress/grep or
20152015
- run: yarn workspace @cypress/grep skip
2016-
- run: yarn workspace @cypress/grep tags
20172016
- run: yarn workspace @cypress/grep tags:inverted
20182017
- run: yarn workspace @cypress/grep tags:and
20192018
- run: yarn workspace @cypress/grep tags:and:not

0 commit comments

Comments
 (0)