Skip to content

Commit 95e26e5

Browse files
chore(deps): bump browser-actions/setup-chrome from 1 to 2 (#10039)
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](browser-actions/setup-chrome@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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b3e45f commit 95e26e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Setup Chrome
4747
if: runner.os == 'Linux'
48-
uses: browser-actions/setup-chrome@v1
48+
uses: browser-actions/setup-chrome@v2
4949

5050
- name: Linux Test Setup
5151
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)