Skip to content

Commit a1484eb

Browse files
chore(deps): update dependency chrome to v146
1 parent 934d02f commit a1484eb

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
# - name: Setup Chrome
4343
# uses: ./.github/actions/setup-chrome-headless-shell
4444
# with:
45-
# chrome-version: '145.0.7632.67'
45+
# chrome-version: '146.0.7680.177'
4646

4747
# - name: Use Node.js
4848
# uses: actions/setup-node@v4

.github/workflows/playgrounds_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Setup Chrome
8989
uses: ./.github/actions/setup-chrome
9090
with:
91-
chrome-version: '145.0.7632.67'
91+
chrome-version: '146.0.7680.177'
9292

9393
- name: Use Node.js
9494
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
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Chrome
5555
uses: ./devextreme/.github/actions/setup-chrome
5656
with:
57-
chrome-version: '145.0.7632.67'
57+
chrome-version: '146.0.7680.177'
5858

5959
- uses: pnpm/action-setup@v4
6060
with:

.github/workflows/testcafe_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
# - name: Setup Chrome
156156
# uses: ./.github/actions/setup-chrome
157157
# with:
158-
# chrome-version: '145.0.7632.67'
158+
# chrome-version: '146.0.7680.177'
159159

160160
# - name: Use Node.js
161161
# uses: actions/setup-node@v4

.github/workflows/visual-tests-demos.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ jobs:
631631
- name: Setup Chrome
632632
uses: ./.github/actions/setup-chrome
633633
with:
634-
chrome-version: '145.0.7632.67'
634+
chrome-version: '146.0.7680.177'
635635

636636
- name: Use Node.js
637637
uses: actions/setup-node@v4
@@ -785,7 +785,7 @@ jobs:
785785
- name: Setup Chrome
786786
uses: ./.github/actions/setup-chrome
787787
with:
788-
chrome-version: '145.0.7632.67'
788+
chrome-version: '146.0.7680.177'
789789

790790
- name: Use Node.js
791791
uses: actions/setup-node@v4
@@ -913,7 +913,7 @@ jobs:
913913
- name: Setup Chrome
914914
uses: ./.github/actions/setup-chrome
915915
with:
916-
chrome-version: '145.0.7632.67'
916+
chrome-version: '146.0.7680.177'
917917

918918
- name: Use Node.js
919919
uses: actions/setup-node@v4
@@ -1093,7 +1093,7 @@ jobs:
10931093
- name: Setup Chrome
10941094
uses: ./.github/actions/setup-chrome
10951095
with:
1096-
chrome-version: '145.0.7632.67'
1096+
chrome-version: '146.0.7680.177'
10971097

10981098
- name: Use Node.js
10991099
uses: actions/setup-node@v4
@@ -1165,7 +1165,7 @@ jobs:
11651165
- name: Setup Chrome
11661166
uses: ./.github/actions/setup-chrome
11671167
with:
1168-
chrome-version: '145.0.7632.67'
1168+
chrome-version: '146.0.7680.177'
11691169

11701170
- name: Use Node.js
11711171
uses: actions/setup-node@v4

.github/workflows/wrapper_tests_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Setup Chrome
9797
uses: ./.github/actions/setup-chrome
9898
with:
99-
chrome-version: '145.0.7632.67'
99+
chrome-version: '146.0.7680.177'
100100

101101
- name: Use Node.js
102102
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)