Bump browser-actions/setup-chrome from 1 to 2

Bumps [browser-actions/setup-chrome](https://github.com/browser-actions/setup-chrome) from 1 to 2.
- [Release notes](https://github.com/browser-actions/setup-chrome/releases)
- [Changelog](https://github.com/browser-actions/setup-chrome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/browser-actions/setup-chrome/compare/v1...v2)

---
updated-dependencies:
- dependency-name: browser-actions/setup-chrome
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-07 14:18:41 +00:00
committed by GitHub
parent 333009fe7a
commit 6f46f2aab1

View File

@ -152,7 +152,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }} node-version: ${{ env.NODE_VERSION }}
- name: Set up Google Chrome - name: Set up Google Chrome
uses: browser-actions/setup-chrome@v1 uses: browser-actions/setup-chrome@v2
if: contains(matrix.browser, 'Chrome') if: contains(matrix.browser, 'Chrome')
- name: Set up Firefox - name: Set up Firefox