Skip to content

Commit

Permalink
Update chrome version (sync with branch 23_2)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr committed Jan 15, 2025
1 parent 99c4e19 commit cc4ed28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-qunit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/devextreme_npm_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testcafe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc4ed28

Please sign in to comment.