Skip to content

Commit d7c79c2

Browse files
renovate[bot]alexslavr
authored andcommitted
chore(deps): update dependency chrome to v145 (#32535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b30510 commit d7c79c2

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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: '141.0.7390.122'
45+
# chrome-version: '145.0.7632.67'
4646

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

.github/workflows/demos_visual_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ jobs:
630630
- name: Setup Chrome
631631
uses: ./.github/actions/setup-chrome
632632
with:
633-
chrome-version: '141.0.7390.122'
633+
chrome-version: '145.0.7632.67'
634634
runner-type: 'github-hosted'
635635

636636
- name: Use Node.js
@@ -780,7 +780,7 @@ jobs:
780780
- name: Setup Chrome
781781
uses: ./.github/actions/setup-chrome
782782
with:
783-
chrome-version: '141.0.7390.122'
783+
chrome-version: '145.0.7632.67'
784784
runner-type: 'github-hosted'
785785

786786
- name: Use Node.js
@@ -909,7 +909,7 @@ jobs:
909909
- name: Setup Chrome
910910
uses: ./.github/actions/setup-chrome
911911
with:
912-
chrome-version: '141.0.7390.122'
912+
chrome-version: '145.0.7632.67'
913913
runner-type: 'github-hosted'
914914

915915
- name: Use Node.js

.github/workflows/playgrounds_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Setup Chrome
9090
uses: ./.github/actions/setup-chrome
9191
with:
92-
chrome-version: '141.0.7390.122'
92+
chrome-version: '145.0.7632.67'
9393

9494
- name: Use Node.js
9595
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: '141.0.7390.122'
57+
chrome-version: '145.0.7632.67'
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
@@ -142,7 +142,7 @@ jobs:
142142
# - name: Setup Chrome
143143
# uses: ./.github/actions/setup-chrome
144144
# with:
145-
# chrome-version: '141.0.7390.122'
145+
# chrome-version: '145.0.7632.67'
146146

147147
# - name: Use Node.js
148148
# 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
@@ -100,7 +100,7 @@ jobs:
100100
- name: Setup Chrome
101101
uses: ./.github/actions/setup-chrome
102102
with:
103-
chrome-version: '141.0.7390.122'
103+
chrome-version: '145.0.7632.67'
104104

105105
- name: Use Node.js
106106
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)