From 4782701139fbdc19ade5465bcdb24b22b7dd3c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:27:03 +0000 Subject: [PATCH] Bump 1password/load-secrets-action from 3 to 4 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] --- .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