Skip to content

Commit

Permalink
chore(deps): update hashicorp/vault-action action to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zon-renovate authored and tjaacks committed Feb 13, 2024
1 parent baa7af3 commit 5cddf64
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 @@ -99,7 +99,7 @@ runs:

- name: Retrieve Baseproject Environment Config from Vault
id: raw-config
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.8.0
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down Expand Up @@ -128,7 +128,7 @@ runs:
- name: Retrieve zon-ops GitHub user GPG key
id: zon-ops-gpg
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.8.0
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down Expand Up @@ -196,7 +196,7 @@ runs:
- name: Export a Vault token
id: vault-export-token
if: inputs.vault_export_token == 'true'
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.8.0
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down

0 comments on commit 5cddf64

Please sign in to comment.