From dfbaff32fa82df7981d08e06ef2ab9255aeba1f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 18:53:19 +0000 Subject: [PATCH] Bump browser-actions/setup-chrome Bumps the github-actions group with 1 update in the / directory: [browser-actions/setup-chrome](https://github.com/browser-actions/setup-chrome). Updates `browser-actions/setup-chrome` from 2.1.2 to 2.2.0 - [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/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: browser-actions/setup-chrome dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c0262e9..06a5dbf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: browser-actions/setup-chrome@v2.1.2 + - uses: browser-actions/setup-chrome@v2.2.0 - uses: conda-incubator/setup-miniconda@v4 with: auto-update-conda: true