From 2bce33e18e96943c080153496db4f7da1985a7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 01:30:16 +0000 Subject: [PATCH] chore(deps): bump hashicorp/vault-action from 3.4.0 to 4.0.0 Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/hashicorp/vault-action/releases) - [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/vault-action/compare/v3.4.0...v4.0.0) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55fdfb3e..408c2cd9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: - name: 'Retrieve Secrets from Vault' id: vault - uses: hashicorp/vault-action@v3.4.0 + uses: hashicorp/vault-action@v4.0.0 with: url: ${{ secrets.VAULT_URL }} role: ${{ github.event.repository.name }}-github-action