From 1cf8b4d00abc9c1c8dc03ecfdc2789d86e1e328a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:28:50 +0000 Subject: [PATCH] chore(deps): bump 1password/load-secrets-action Bumps the dependencies group with 1 update: [1password/load-secrets-action](https://github.com/1password/load-secrets-action). Updates `1password/load-secrets-action` from 2.0.0 to 4.0.0 - [Release notes](https://github.com/1password/load-secrets-action/releases) - [Commits](https://github.com/1password/load-secrets-action/compare/581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0...92467eb28f72e8255933372f1e0707c567ce2259) --- updated-dependencies: - dependency-name: 1password/load-secrets-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build-debug.yaml | 2 +- .github/workflows/build-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-debug.yaml b/.github/workflows/build-debug.yaml index 569f30bc..5a016fbc 100644 --- a/.github/workflows/build-debug.yaml +++ b/.github/workflows/build-debug.yaml @@ -35,7 +35,7 @@ jobs: steps: - name: Load secrets id: op-load-secret - uses: 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0 # v2.0.0 + uses: 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0 with: export-env: false env: diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index ff1bcd20..da1d70fb 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -58,7 +58,7 @@ jobs: steps: - name: Load secrets id: op-load-secret - uses: 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0 # v2.0.0 + uses: 1password/load-secrets-action@92467eb28f72e8255933372f1e0707c567ce2259 # v4.0.0 with: export-env: false env: