From d7155b5c1e8f05a72983420dad3f9a4f54227581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 06:04:13 +0000 Subject: [PATCH] chore(deps): bump hashicorp/vault-action from 2.4.1 to 2.5.0 Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.4.1 to 2.5.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/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/on-dispatch-event.yml | 2 +- .github/workflows/tag-and-promote.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-dispatch-event.yml b/.github/workflows/on-dispatch-event.yml index f3d2193..653c483 100644 --- a/.github/workflows/on-dispatch-event.yml +++ b/.github/workflows/on-dispatch-event.yml @@ -24,7 +24,7 @@ jobs: # use Vault to get GH token - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v2.4.1 + uses: hashicorp/vault-action@v2.5.0 with: url: ${{ secrets.vaultURL }} method: approle diff --git a/.github/workflows/tag-and-promote.yml b/.github/workflows/tag-and-promote.yml index a47205e..05a54dc 100644 --- a/.github/workflows/tag-and-promote.yml +++ b/.github/workflows/tag-and-promote.yml @@ -57,7 +57,7 @@ jobs: # # use a Vault token (from GitHub Secrets) to get AWS creds from Vault - name: Import Secrets id: secrets - uses: hashicorp/vault-action@v2.4.1 + uses: hashicorp/vault-action@v2.5.0 with: url: ${{ secrets.vaultURL }} method: approle