From e59400d8098da518dda859afd8c6759fe48b84eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 08:32:03 +0000 Subject: [PATCH] chore(deps): bump 1password/load-secrets-action from 2 to 3 Bumps [1password/load-secrets-action](https://github.com/1password/load-secrets-action) from 2 to 3. - [Release notes](https://github.com/1password/load-secrets-action/releases) - [Commits](https://github.com/1password/load-secrets-action/compare/v2...v3) --- updated-dependencies: - dependency-name: 1password/load-secrets-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cf444da..b91e5f1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -153,7 +153,7 @@ jobs: run: npm install -g wrangler - name: Load secrets from 1Password - uses: 1password/load-secrets-action@v2 + uses: 1password/load-secrets-action@v3 if: vars.USE_1PASSWORD == 'true' || vars.USE_1PASSWORD != 'false' with: export-env: true