Skip to content

Commit

Permalink
chore: bump hashicorp/vault-action from 2 to 3 (#2334)
Browse files Browse the repository at this point in the history
Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2 to 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...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
  • Loading branch information
dependabot[bot] and karl-cardenas-coding committed Mar 5, 2024
1 parent ccaa0ac commit b5b2dee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Retrieve Credentials
id: import-secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3
with:
url: https://vault.prism.spectrocloud.com
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packs-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Retrieve Credentials
id: import-secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v3
with:
url: https://vault.prism.spectrocloud.com
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Retrieve Credentials
id: import-secrets
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@v3
with:
url: https://vault.prism.spectrocloud.com
method: approle
Expand Down

0 comments on commit b5b2dee

Please sign in to comment.