Skip to content

Commit

Permalink
build(deps): bump the all group with 1 update
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [hashicorp/vault-action](https://github.com/hashicorp/vault-action).


Updates `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
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and artis3n committed Mar 31, 2024
1 parent 6b28778 commit 1f0a149
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
uses: hashicorp/vault-action@v3
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
uses: hashicorp/vault-action@v3
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
uses: hashicorp/vault-action@v3
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
uses: hashicorp/vault-action@v3
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
uses: hashicorp/vault-action@v3
id: secrets
with:
# TODO: Don't forget to enter the role name you created above!
Expand Down

0 comments on commit 1f0a149

Please sign in to comment.