Skip to content

Commit

Permalink
build(deps): bump hashicorp/vault-action from 2.7.0 to 2.7.3
Browse files Browse the repository at this point in the history
Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.7.0 to 2.7.3.
- [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.0...v2.7.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 14, 2023
1 parent aba1795 commit 62518ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ runs:

- name: Retrieve Baseproject Environment Config from Vault
id: raw-config
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].3
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down Expand Up @@ -122,7 +122,7 @@ runs:
- name: Retrieve zon-ops GitHub user GPG key
id: zon-ops-gpg
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].3
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down Expand Up @@ -191,7 +191,7 @@ runs:
- name: Export a Vault token
id: vault-export-token
if: inputs.vault_export_token == 'true'
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].3
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down

0 comments on commit 62518ef

Please sign in to comment.