From b32d1153222c42a3ab706ebbc9a67afa6f0fa252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 02:40:41 +0000 Subject: [PATCH] chore(deps): bump hashicorp/vault-action from 2.7.4 to 2.8.0 Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.7.4 to 2.8.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.7.4...v2.8.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/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 d1684cfa8..887ef2187 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.4 + uses: hashicorp/vault-action@v2.8.0 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 d4df37135..3685d83b6 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.4 + uses: hashicorp/vault-action@v2.8.0 id: secrets with: url: https://vault.hackworth-corp.com