From 75230c3c52bc41feb9087c5891a58d37cdffea7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 18:52:52 +0000 Subject: [PATCH] chore(deps): update 1password/load-secrets-action action to v3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/solidity.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 7fecf37f..370eae7d 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -71,12 +71,12 @@ jobs: runs-on: namespace-profile-btp-scs steps: - name: Setup 1Password - uses: 1password/load-secrets-action/configure@v2 + uses: 1password/load-secrets-action/configure@v3 with: service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: Load secrets - uses: 1password/load-secrets-action@v2 + uses: 1password/load-secrets-action@v3 env: NPM_TOKEN: op://platform/npmjs/credential PAT_TOKEN: op://platform/github-commit-pat/credential