Skip to content

Commit

Permalink
chore(deps): update dependency chrome to v124
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 29, 2024
1 parent 8eb547e commit 80af1f5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: '121.0.6167.160'
chrome-version: '124.0.6367.91'

- name: Setup Firefox profile
if: ${{ inputs.browser == 'firefox' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demos_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/demos_visual_tests_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playgrounds_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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
Expand Down

0 comments on commit 80af1f5

Please sign in to comment.