diff --git a/.github/actions/run-qunit-tests/action.yml b/.github/actions/run-qunit-tests/action.yml index a92c22bcbc62..e072dc4010ec 100644 --- a/.github/actions/run-qunit-tests/action.yml +++ b/.github/actions/run-qunit-tests/action.yml @@ -54,7 +54,7 @@ runs: if: ${{ inputs.browser == 'chrome' }} uses: ./.github/actions/setup-chrome with: - chrome-version: '120.0.6099.71' + chrome-version: '121.0.6167.160' - name: Setup Firefox profile if: ${{ inputs.browser == 'firefox' }} diff --git a/.github/workflows/devextreme_npm_tests.yml b/.github/workflows/devextreme_npm_tests.yml index e180c0bf5157..c550dd4e50cb 100644 --- a/.github/workflows/devextreme_npm_tests.yml +++ b/.github/workflows/devextreme_npm_tests.yml @@ -81,7 +81,7 @@ jobs: - name: Setup Chrome uses: ./.github/actions/setup-chrome with: - chrome-version: '120.0.6099.71' + chrome-version: '121.0.6167.160' - name: Create directory link run: cd ../ && ln -s DevExtreme devextreme @@ -220,7 +220,7 @@ jobs: - name: Setup Chrome uses: ./.github/actions/setup-chrome with: - chrome-version: '120.0.6099.71' + chrome-version: '121.0.6167.160' - name: Use Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/testcafe_tests.yml b/.github/workflows/testcafe_tests.yml index fdb653c41602..c7477747226d 100644 --- a/.github/workflows/testcafe_tests.yml +++ b/.github/workflows/testcafe_tests.yml @@ -91,7 +91,7 @@ jobs: - name: Setup Chrome uses: ./.github/actions/setup-chrome with: - chrome-version: '120.0.6099.71' + chrome-version: '121.0.6167.160' - name: Use Node.js uses: actions/setup-node@v3