diff --git a/.github/actions/run-qunit-tests/action.yml b/.github/actions/run-qunit-tests/action.yml index d5cb7e077cff..67aa4748a9e9 100644 --- a/.github/actions/run-qunit-tests/action.yml +++ b/.github/actions/run-qunit-tests/action.yml @@ -42,7 +42,7 @@ runs: # - name: Setup Chrome # uses: ./.github/actions/setup-chrome-headless-shell # with: - # chrome-version: '145.0.7632.67' + # chrome-version: '146.0.7680.164' # - name: Use Node.js # uses: actions/setup-node@v4 diff --git a/.github/workflows/demos_visual_tests.yml b/.github/workflows/demos_visual_tests.yml index bd2637b17df0..44ed29bed302 100644 --- a/.github/workflows/demos_visual_tests.yml +++ b/.github/workflows/demos_visual_tests.yml @@ -630,7 +630,7 @@ jobs: - name: Setup Chrome uses: ./.github/actions/setup-chrome with: - chrome-version: '145.0.7632.67' + chrome-version: '146.0.7680.164' runner-type: 'github-hosted' - name: Use Node.js @@ -780,7 +780,7 @@ jobs: - name: Setup Chrome uses: ./.github/actions/setup-chrome with: - chrome-version: '145.0.7632.67' + chrome-version: '146.0.7680.164' runner-type: 'github-hosted' - name: Use Node.js @@ -909,7 +909,7 @@ jobs: - name: Setup Chrome uses: ./.github/actions/setup-chrome with: - chrome-version: '145.0.7632.67' + chrome-version: '146.0.7680.164' runner-type: 'github-hosted' - name: Use Node.js diff --git a/.github/workflows/playgrounds_tests.yml b/.github/workflows/playgrounds_tests.yml index fe78c0431df3..739548fbc68d 100644 --- a/.github/workflows/playgrounds_tests.yml +++ b/.github/workflows/playgrounds_tests.yml @@ -89,7 +89,7 @@ jobs: - name: Setup Chrome uses: ./.github/actions/setup-chrome with: - chrome-version: '145.0.7632.67' + chrome-version: '146.0.7680.164' - name: Use Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/run-testcafe-on-gh-pages.yml b/.github/workflows/run-testcafe-on-gh-pages.yml index 8372788a51d9..5d4a35a28e93 100644 --- a/.github/workflows/run-testcafe-on-gh-pages.yml +++ b/.github/workflows/run-testcafe-on-gh-pages.yml @@ -54,7 +54,7 @@ jobs: - name: Setup Chrome uses: ./devextreme/.github/actions/setup-chrome with: - chrome-version: '145.0.7632.67' + chrome-version: '146.0.7680.164' - uses: pnpm/action-setup@v4 with: diff --git a/.github/workflows/testcafe_tests.yml b/.github/workflows/testcafe_tests.yml index 1933eb35f8ee..16538c87fe31 100644 --- a/.github/workflows/testcafe_tests.yml +++ b/.github/workflows/testcafe_tests.yml @@ -142,7 +142,7 @@ jobs: # - name: Setup Chrome # uses: ./.github/actions/setup-chrome # with: - # chrome-version: '145.0.7632.67' + # chrome-version: '146.0.7680.164' # - name: Use Node.js # uses: actions/setup-node@v4 diff --git a/.github/workflows/wrapper_tests_e2e.yml b/.github/workflows/wrapper_tests_e2e.yml index 15486fed98ad..506a04cbb069 100644 --- a/.github/workflows/wrapper_tests_e2e.yml +++ b/.github/workflows/wrapper_tests_e2e.yml @@ -100,7 +100,7 @@ jobs: - name: Setup Chrome uses: ./.github/actions/setup-chrome with: - chrome-version: '145.0.7632.67' + chrome-version: '146.0.7680.164' - name: Use Node.js uses: actions/setup-node@v4