Skip to content

Commit a3a8756

Browse files
dependabot[bot]joffrey-bion
authored andcommitted
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](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] <[email protected]>
1 parent 6bbf988 commit a3a8756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-chrome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [ ubuntu-latest, macos-latest, windows-latest ]
1111
steps:
1212
- id: setup-chrome
13-
uses: browser-actions/setup-chrome@v1
13+
uses: browser-actions/setup-chrome@v2
1414
- name: Run chrome
1515
run: |
1616
${{ steps.setup-chrome.outputs.chrome-path }} --version

0 commit comments

Comments
 (0)