Skip to content

Commit a0b1a8a

Browse files
authored
CI: Update chrome (#28910)
1 parent 83c5bf7 commit a0b1a8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/run-qunit-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
if: ${{ inputs.browser == 'chrome' }}
5555
uses: ./.github/actions/setup-chrome
5656
with:
57-
chrome-version: '121.0.6167.160'
57+
chrome-version: '121.0.6167.184'
5858

5959
- name: Setup Firefox profile
6060
if: ${{ inputs.browser == 'firefox' }}

.github/workflows/devextreme_npm_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: Setup Chrome
137137
uses: ./.github/actions/setup-chrome
138138
with:
139-
chrome-version: '121.0.6167.160'
139+
chrome-version: '121.0.6167.184'
140140

141141
- name: Use Node.js
142142
uses: actions/setup-node@v4

.github/workflows/testcafe_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Setup Chrome
123123
uses: ./.github/actions/setup-chrome
124124
with:
125-
chrome-version: '121.0.6167.160'
125+
chrome-version: '121.0.6167.184'
126126

127127
- name: Use Node.js
128128
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)