From 8d2bedcc0c5be38761aeab58978616e707ae604b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:36:15 +0000 Subject: [PATCH] chore(deps): [WPB-9777] bump 1password/install-cli-action from 2 to 3 Bumps [1password/install-cli-action](https://github.com/1password/install-cli-action) from 2 to 3. - [Release notes](https://github.com/1password/install-cli-action/releases) - [Commits](https://github.com/1password/install-cli-action/compare/v2...v3) --- updated-dependencies: - dependency-name: 1password/install-cli-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/qa-android-ui-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa-android-ui-tests.yml b/.github/workflows/qa-android-ui-tests.yml index c3ac5ec732..dc2f7d39f9 100644 --- a/.github/workflows/qa-android-ui-tests.yml +++ b/.github/workflows/qa-android-ui-tests.yml @@ -194,7 +194,7 @@ jobs: run: bash scripts/qa_android_ui_tests/execution_setup.sh install-apks-on-devices - name: Install 1Password CLI - uses: 1password/install-cli-action@v2 + uses: 1password/install-cli-action@v3 # Fetch runtime secrets only for this run. - name: Fetch secrets.json (runtime only)