diff --git a/.github/actions/run-qunit-tests/action.yml b/.github/actions/run-qunit-tests/action.yml index 17a7264bc244..cac6fbaf5def 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: '121.0.6167.160' + chrome-version: '124.0.6367.91' - name: Setup Firefox profile if: ${{ inputs.browser == 'firefox' }} diff --git a/.github/workflows/demos_visual_tests.yml b/.github/workflows/demos_visual_tests.yml index 6a5596fccb71..cab749b06b14 100644 --- a/.github/workflows/demos_visual_tests.yml +++ b/.github/workflows/demos_visual_tests.yml @@ -66,7 +66,7 @@ jobs: - name: Setup Chrome uses: ./.github/actions/setup-chrome with: - chrome-version: '121.0.6167.160' + chrome-version: '124.0.6367.91' - name: Use Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/demos_visual_tests_frameworks.yml b/.github/workflows/demos_visual_tests_frameworks.yml index 4b5bbd661fa3..8cdfc841e18c 100644 --- a/.github/workflows/demos_visual_tests_frameworks.yml +++ b/.github/workflows/demos_visual_tests_frameworks.yml @@ -300,7 +300,7 @@ jobs: - name: Setup Chrome uses: ./.github/actions/setup-chrome with: - chrome-version: '121.0.6167.160' + chrome-version: '124.0.6367.91' - name: Restore npm cache uses: actions/cache@v4 diff --git a/.github/workflows/playgrounds_tests.yml b/.github/workflows/playgrounds_tests.yml index 921c4e52126e..9672b678cc66 100644 --- a/.github/workflows/playgrounds_tests.yml +++ b/.github/workflows/playgrounds_tests.yml @@ -73,7 +73,7 @@ jobs: - name: Setup Chrome uses: ./.github/actions/setup-chrome with: - chrome-version: '121.0.6167.160' + chrome-version: '124.0.6367.91' - name: Use Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/testcafe_tests.yml b/.github/workflows/testcafe_tests.yml index 58eab1abb697..36de7a71dcfb 100644 --- a/.github/workflows/testcafe_tests.yml +++ b/.github/workflows/testcafe_tests.yml @@ -140,7 +140,7 @@ jobs: - name: Setup Chrome uses: ./.github/actions/setup-chrome with: - chrome-version: '121.0.6167.160' + chrome-version: '124.0.6367.91' - name: Use Node.js uses: actions/setup-node@v4