Skip to content

Commit 4cc3c84

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/puppeteer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
3939
- name: start a server
4040
run: "php -S 127.0.0.1:8000 -t test/data/app &"
41-
- uses: browser-actions/setup-chrome@v1
41+
- uses: browser-actions/setup-chrome@v2
4242
- run: chrome --version
4343
- name: run tests
4444
run: "./bin/codecept.js run-workers 2 -c test/acceptance/codecept.Puppeteer.js --grep @Puppeteer --debug"

0 commit comments

Comments
 (0)