Skip to content

Commit 74a2037

Browse files
authored
CI: Update chrome (DevExpress#28911)
1 parent 640b360 commit 74a2037

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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/demos_visual_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Chrome
6767
uses: ./.github/actions/setup-chrome
6868
with:
69-
chrome-version: '121.0.6167.160'
69+
chrome-version: '121.0.6167.184'
7070

7171
- name: Use Node.js
7272
uses: actions/setup-node@v4

.github/workflows/demos_visual_tests_frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
- name: Setup Chrome
304304
uses: ./.github/actions/setup-chrome
305305
with:
306-
chrome-version: '121.0.6167.160'
306+
chrome-version: '121.0.6167.184'
307307

308308
- name: Restore npm cache
309309
uses: actions/cache@v4

.github/workflows/playgrounds_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Setup Chrome
7878
uses: ./.github/actions/setup-chrome
7979
with:
80-
chrome-version: '121.0.6167.160'
80+
chrome-version: '121.0.6167.184'
8181

8282
- name: Use Node.js
8383
uses: actions/setup-node@v4

.github/workflows/run-testcafe-on-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup Chrome
5151
uses: ./devextreme/.github/actions/setup-chrome
5252
with:
53-
chrome-version: '121.0.6167.160'
53+
chrome-version: '121.0.6167.184'
5454

5555
- name: DevExtreme - Install packages
5656
working-directory: devextreme

.github/workflows/testcafe_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Setup Chrome
142142
uses: ./.github/actions/setup-chrome
143143
with:
144-
chrome-version: '121.0.6167.160'
144+
chrome-version: '121.0.6167.184'
145145

146146
- name: Use Node.js
147147
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)