From 1ef7fc3f9ad4357a9751a105d26c9661fa7d5b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 22:28:26 +0000 Subject: [PATCH] chore: bump the github-actions group with 1 update 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](https://github.com/hashicorp/vault-action/compare/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] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 873b16dee..92c713ea0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} @@ -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 }}