From 02edb4a765f030e46a792ab18932d6cf151cc8c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 22:40:59 +0000 Subject: [PATCH] chore(deps): update browser-actions/setup-chrome action to v2.1.2 --- .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..f5486cf0 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@2e1d749697dd1612b833dba4a722266286fbefcd # v2.1.2 with: chrome-version: ${{ inputs.chrome-version }}