Skip to content

Commit

Permalink
chore(deps): bump hashicorp/vault-action from 2.7.4 to 2.8.0
Browse files Browse the repository at this point in the history
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](hashicorp/vault-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dhess committed Feb 7, 2024
1 parent d460dc7 commit b32d115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b32d115

Please sign in to comment.