Skip to content

Commit f84a8b0

Browse files
authored
CI: Update chrome (DevExpress#28913)
1 parent 0f627e5 commit f84a8b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Setup Chrome
8282
uses: ./.github/actions/setup-chrome
8383
with:
84-
chrome-version: '121.0.6167.160'
84+
chrome-version: '121.0.6167.184'
8585

8686
- name: Create directory link
8787
run: cd ../ && ln -s DevExtreme devextreme
@@ -220,7 +220,7 @@ jobs:
220220
- name: Setup Chrome
221221
uses: ./.github/actions/setup-chrome
222222
with:
223-
chrome-version: '121.0.6167.160'
223+
chrome-version: '121.0.6167.184'
224224

225225
- name: Use Node.js
226226
uses: actions/setup-node@v4

.github/workflows/testcafe_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Setup Chrome
9292
uses: ./.github/actions/setup-chrome
9393
with:
94-
chrome-version: '121.0.6167.160'
94+
chrome-version: '121.0.6167.184'
9595

9696
- name: Use Node.js
9797
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)