Skip to content

Commit

Permalink
chore(deps): update dependency chrome to v118 (23_2) (#25791)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2023
1 parent 7b5855d commit 7185fea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: '117.0.5938.92'
chrome-version: '118.0.5993.70'

- name: Setup Firefox profile
if: ${{ inputs.browser == 'firefox' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devextreme_npm_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '117.0.5938.92'
chrome-version: '118.0.5993.70'

- 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 @@ -104,7 +104,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '117.0.5938.92'
chrome-version: '118.0.5993.70'

- name: Use Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 7185fea

Please sign in to comment.