Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and artis3n committed Jul 12, 2023
1 parent 6cafded commit e63119c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1-oidc-hello-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: ./.github/script/1-setup.sh

- name: Retrieve Secrets
uses: hashicorp/vault-action@v2.5.0
uses: hashicorp/vault-action@v2.7.0
id: secrets
with:
# The previous step created a `hello-world` Vault role in `.setup/1-setup.sh`.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
EOF
- name: Retrieve Secrets
uses: hashicorp/vault-action@v2.5.0
uses: hashicorp/vault-action@v2.7.0
id: secrets
with:
# TODO: Don't forget to enter the role name you created above!
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3-main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
EOF
- name: Retrieve Secrets
uses: hashicorp/vault-action@v2.5.0
uses: hashicorp/vault-action@v2.7.0
id: secrets
with:
# TODO: Don't forget to enter the role name you created above!
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/4-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
EOF
- name: Retrieve Secrets
uses: hashicorp/vault-action@v2.5.0
uses: hashicorp/vault-action@v2.7.0
id: secrets
with:
# TODO: Don't forget to enter the role name you created above!
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
EOF
- name: Retrieve Secrets
uses: hashicorp/vault-action@v2.5.0
uses: hashicorp/vault-action@v2.7.0
id: secrets
with:
# TODO: Don't forget to enter the role name you created above!
Expand Down

0 comments on commit e63119c

Please sign in to comment.