From 2a8450a52b36064fdcfaaeb3a86ed4b64496b767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 18:44:33 +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 +- .github/workflows/deploy-review.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index cffeef1..554e889 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -38,7 +38,7 @@ jobs: role_name: github-pub-metrics-grafana - 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 6fa2514..3c10b48 100644 --- a/.github/workflows/deploy-review.yml +++ b/.github/workflows/deploy-review.yml @@ -36,7 +36,7 @@ jobs: role_name: github-pub-metrics-grafana - name: Get secrets from vault - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3 with: url: ${{ secrets.VAULT_URL }} token: ${{ env.VAULT_TOKEN }}