Skip to content

Commit

Permalink
chore(deps): bump hashicorp/vault-action from 2.6.0 to 2.7.1
Browse files Browse the repository at this point in the history
Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.6.0 to 2.7.1.
- [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.6.0...v2.7.1)

---
updated-dependencies:
- dependency-name: hashicorp/vault-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dhess committed Jul 6, 2023
1 parent 606cf7e commit f9f4745
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/download-artifact@v3.0.2

- name: Import secrets from Vault
uses: hashicorp/vault-action@v2.6.0
uses: hashicorp/vault-action@v2.7.1
id: secrets
with:
url: https://secrets.hackworth-corp.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: pnpm build-storybook

- name: Import secrets from Vault
uses: hashicorp/vault-action@v2.6.0
uses: hashicorp/vault-action@v2.7.1
id: secrets
with:
url: https://secrets.hackworth-corp.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-backend-to-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Import secrets from Vault
uses: hashicorp/vault-action@v2.6.0
uses: hashicorp/vault-action@v2.7.1
id: secrets
with:
url: https://secrets.hackworth-corp.com
Expand Down

0 comments on commit f9f4745

Please sign in to comment.