From 08049c11f5a38f8f8e8ae3f25c59d4494eb85110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 19:44:50 +0000 Subject: [PATCH] Bump hashicorp/vault-action from 3 to 4 Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index fb5c6a0..688abeb 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -42,7 +42,7 @@ jobs: role_name: github-github-bot - name: Get secrets from vault - uses: hashicorp/vault-action@v3 + uses: hashicorp/vault-action@v4 with: url: ${{ secrets.VAULT_URL }} token: ${{ env.VAULT_TOKEN }}