From 9cb2e2d3173a70b95ef7314d24eeb3f8f94ca570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 13:10:13 +0000 Subject: [PATCH] chore(deps): bump hashicorp/vault-action from 2.7.4 to 3.0.0 Bumps [hashicorp/vault-action](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-frontend.yaml | 2 +- .github/workflows/deploy-storybook.yaml | 2 +- .github/workflows/push-backend-to-ghcr.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-frontend.yaml b/.github/workflows/deploy-frontend.yaml index 6abc4e1f..2cb0ab8a 100644 --- a/.github/workflows/deploy-frontend.yaml +++ b/.github/workflows/deploy-frontend.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/download-artifact@v3.0.2 - name: Import secrets from Vault - uses: hashicorp/vault-action@v2.7.4 + uses: hashicorp/vault-action@v3.0.0 id: secrets with: url: https://vault.hackworth-corp.com diff --git a/.github/workflows/deploy-storybook.yaml b/.github/workflows/deploy-storybook.yaml index 184089a1..d8935a1c 100644 --- a/.github/workflows/deploy-storybook.yaml +++ b/.github/workflows/deploy-storybook.yaml @@ -42,7 +42,7 @@ jobs: run: pnpm build-storybook - name: Import secrets from Vault - uses: hashicorp/vault-action@v2.7.4 + uses: hashicorp/vault-action@v3.0.0 id: secrets with: url: https://vault.hackworth-corp.com diff --git a/.github/workflows/push-backend-to-ghcr.yaml b/.github/workflows/push-backend-to-ghcr.yaml index 8991f9af..c2f07d96 100644 --- a/.github/workflows/push-backend-to-ghcr.yaml +++ b/.github/workflows/push-backend-to-ghcr.yaml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Import secrets from Vault - uses: hashicorp/vault-action@v2.7.4 + uses: hashicorp/vault-action@v3.0.0 id: secrets with: url: https://vault.hackworth-corp.com