Skip to content

Commit

Permalink
deps(.github): bump hashicorp/vault-action from 2.4.2 to 2.4.3
Browse files Browse the repository at this point in the history
Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.4.2 to 2.4.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.4.2...v2.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2023
1 parent 2f0ddad commit 8fc560b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ jobs:
- uses: actions/checkout@v3
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2.4.2
uses: hashicorp/vault-action@v2.4.3
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down Expand Up @@ -486,7 +486,7 @@ jobs:
- uses: actions/checkout@v3
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2.4.2
uses: hashicorp/vault-action@v2.4.3
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qa-testbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2.4.2
uses: hashicorp/vault-action@v2.4.3
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down

0 comments on commit 8fc560b

Please sign in to comment.