From cdded59086ee5e2b9fddccc1e1e7f67158e558c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 02:19:50 +0000 Subject: [PATCH] chore(deps): bump hashicorp/vault-action from 2.7.3 to 2.7.4 Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.7.3 to 2.7.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/v2.7.3...v2.7.4) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark-action.yaml | 2 +- .github/workflows/push-to-ghcr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-action.yaml b/.github/workflows/benchmark-action.yaml index 16ff86a93..81f93a174 100644 --- a/.github/workflows/benchmark-action.yaml +++ b/.github/workflows/benchmark-action.yaml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Import secrets from Vault - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v2.7.4 id: secrets with: url: https://vault.hackworth-corp.com diff --git a/.github/workflows/push-to-ghcr.yaml b/.github/workflows/push-to-ghcr.yaml index d3714d8dd..b2a2a166d 100644 --- a/.github/workflows/push-to-ghcr.yaml +++ b/.github/workflows/push-to-ghcr.yaml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Import secrets from Vault - uses: hashicorp/vault-action@v2.7.3 + uses: hashicorp/vault-action@v2.7.4 id: secrets with: url: https://vault.hackworth-corp.com