Skip to content

Commit

Permalink
chore: update hashicorp/vault-action action to v2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent b885d08 commit 4aaa617
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NIGHTLY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.7.3
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PUBLISH_RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.7.3
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RELEASE_ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.7.3
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down

0 comments on commit 4aaa617

Please sign in to comment.