From f978e72d7b2c5d672795f4db9b13d9094513363c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 23:21:06 +0000 Subject: [PATCH] Bump hashicorp/vault-action from 3.0.0 to 3.3.0 in /.github/workflows Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 3.0.0 to 3.3.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/v3.0.0...v3.3.0) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f443903..13a6749 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: - name: Import Secrets if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' id: secrets - uses: hashicorp/vault-action@v3.0.0 + uses: hashicorp/vault-action@v3.3.0 with: exportToken: true exportEnv: true