Skip to content

Commit d176f62

Browse files
ci: 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] <support@github.com>
1 parent 39360ae commit d176f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

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

4646
- name: Install Chrome (for mermaid prerender)
4747
id: chrome
48-
uses: browser-actions/setup-chrome@v1
48+
uses: browser-actions/setup-chrome@v2
4949

5050
- name: Puppeteer config (--no-sandbox for CI Chrome)
5151
run: echo '{"args":["--no-sandbox","--disable-setuid-sandbox"]}' > puppeteer.json

0 commit comments

Comments
 (0)