From fd207a4683a96a5232678c11294d0ec7d5422755 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:52:20 +0000 Subject: [PATCH] chore(deps): update browser-actions/setup-chrome action to v2.2.0 --- .github/actions/setup-tooling/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-tooling/action.yaml b/.github/actions/setup-tooling/action.yaml index d9f9cd29..8135da1f 100644 --- a/.github/actions/setup-tooling/action.yaml +++ b/.github/actions/setup-tooling/action.yaml @@ -43,6 +43,6 @@ runs: - name: Setup chrome id: setup-chrome if: ${{ inputs.use-chrome == 'true' }} - uses: browser-actions/setup-chrome@4f8e94349a351df0f048634f25fec36c3c91eded # v2.1.1 + uses: browser-actions/setup-chrome@48ad923757ca74d66703209fe939badbdf80f2f4 # v2.2.0 with: chrome-version: ${{ inputs.chrome-version }}