From 180ad7955d7e37e54d28094b7a65937df8112f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 03:43:14 +0000 Subject: [PATCH] Bump hashicorp/vault-action from 2 to 3 Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: hashicorp/vault-action 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 fc5017a..5f50097 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -39,7 +39,7 @@ jobs: role_name: github-github-bot - name: Get secrets from vault - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3 with: url: ${{ secrets.VAULT_URL }} token: ${{ env.VAULT_TOKEN }}