Skip to content

Commit

Permalink
chore(deps): bump hashicorp/vault-action from 2.7.2 to 2.7.3
Browse files Browse the repository at this point in the history
Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.7.2 to 2.7.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.7.2...v2.7.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 14, 2023
1 parent 3e7a47b commit 4488113
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: get secrets - sentry
uses: hashicorp/[email protected].2
uses: hashicorp/[email protected].3
with:
url: https://vault.sierrasoftworks.com
method: jwt
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
target: ${{ matrix.target }}

- name: get secrets - sentry
uses: hashicorp/[email protected].2
uses: hashicorp/[email protected].3
with:
url: https://vault.sierrasoftworks.com
method: jwt
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:

steps:
- name: get secrets - sentry
uses: hashicorp/[email protected].2
uses: hashicorp/[email protected].3
with:
url: https://vault.sierrasoftworks.com
method: jwt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
-format=lcov > lcov.info
- name: get secrets - codecov
uses: hashicorp/[email protected].2
uses: hashicorp/[email protected].3
if: matrix.coverage || false
with:
url: https://vault.sierrasoftworks.com
Expand Down

0 comments on commit 4488113

Please sign in to comment.