From ef8004ea2dd20637cd898acbc83fd3deafe3b1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:46:25 +0000 Subject: [PATCH] chore(deps): bump 1password/install-cli-action from 3 to 4 Bumps [1password/install-cli-action](https://github.com/1password/install-cli-action) from 3 to 4. - [Release notes](https://github.com/1password/install-cli-action/releases) - [Commits](https://github.com/1password/install-cli-action/compare/v3...v4) --- updated-dependencies: - dependency-name: 1password/install-cli-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/onepassword-rotation-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onepassword-rotation-audit.yml b/.github/workflows/onepassword-rotation-audit.yml index b74d388..f6fff62 100644 --- a/.github/workflows/onepassword-rotation-audit.yml +++ b/.github/workflows/onepassword-rotation-audit.yml @@ -24,7 +24,7 @@ jobs: [[ -n "${GH_TOKEN:-}" ]] || { echo "Missing ORG_AUTOMATION_TOKEN"; exit 1; } [[ -n "${OP_SERVICE_ACCOUNT_TOKEN:-}" ]] || { echo "Missing OP_SERVICE_ACCOUNT_TOKEN"; exit 1; } - name: Install 1Password CLI - uses: 1password/install-cli-action@v3 + uses: 1password/install-cli-action@v4 - name: Run rotation audit id: rotation shell: bash