Skip to content

Commit

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


Updates `hashicorp/vault-action` from 2.7.4 to 3.0.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.7.4...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 18, 2024
1 parent 2209510 commit 00612b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Read NPM vault TOTP
if: inputs.dry-run == false
uses: hashicorp/vault-action@v2.7.4
uses: hashicorp/vault-action@v3.0.0
with:
method: approle
url: ${{ secrets.VAULT_ADDR }}
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
run: npm run ci:release

- name: Read GCE vault secrets
uses: hashicorp/vault-action@v2.7.4
uses: hashicorp/vault-action@v3.0.0
with:
method: approle
url: ${{ secrets.VAULT_ADDR }}
Expand Down

0 comments on commit 00612b1

Please sign in to comment.