From 85e716dad9c7fe0cf3379f89715895ed79d155bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Mar 2026 12:28:29 +0000 Subject: [PATCH] Bump 1password/load-secrets-action from 3 to 4 (#1945) Bumps [1password/load-secrets-action](https://github.com/1password/load-secrets-action) from 3 to 4. - [Release notes](https://github.com/1password/load-secrets-action/releases) - [Commits](https://github.com/1password/load-secrets-action/compare/v3...v4) --- updated-dependencies: - dependency-name: 1password/load-secrets-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 1209afcbaeac8d383cbb839a88789c73913f938d) Signed-off-by: github-actions[bot] --- .github/workflows/publish-snapshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-snapshots.yml b/.github/workflows/publish-snapshots.yml index fef5568e4..f74ffa82a 100644 --- a/.github/workflows/publish-snapshots.yml +++ b/.github/workflows/publish-snapshots.yml @@ -21,7 +21,7 @@ jobs: distribution: 'temurin' cache: 'gradle' - name: Load secret - uses: 1password/load-secrets-action@v3 + uses: 1password/load-secrets-action@v4 with: # Export loaded secrets as environment variables export-env: true