From d8634a7c4eb9acbd06e45d09b8ba52ed23e46466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 13:44:25 -0500 Subject: [PATCH] Bump hashicorp/vault-action from 2 to 3 (#275) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/delete-review.yml | 2 +- .github/workflows/deploy-review.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/delete-review.yml b/.github/workflows/delete-review.yml index 106730fc..f56a8a04 100644 --- a/.github/workflows/delete-review.yml +++ b/.github/workflows/delete-review.yml @@ -45,7 +45,7 @@ jobs: role_name: github-chialisp-web - name: Get secrets from vault - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3 with: url: ${{ secrets.VAULT_URL }} token: ${{ env.VAULT_TOKEN }} diff --git a/.github/workflows/deploy-review.yml b/.github/workflows/deploy-review.yml index c0cd447e..ee2f01b8 100644 --- a/.github/workflows/deploy-review.yml +++ b/.github/workflows/deploy-review.yml @@ -111,7 +111,7 @@ jobs: role_name: github-chialisp-web - name: Get secrets from vault - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3 with: url: ${{ secrets.VAULT_URL }} token: ${{ env.VAULT_TOKEN }}