From b83de56a7f0406c7b69cbb41009b17b3bfe342dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:02:57 +0000 Subject: [PATCH] Bump hashicorp/vault-action from 2.5.0 to 3.1.0 Bumps [hashicorp/vault-action](https://github.com/hashicorp/vault-action) from 2.5.0 to 3.1.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.5.0...v3.1.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/backend_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend_checks.yml b/.github/workflows/backend_checks.yml index 5d3705ae3a..7e2f57a4a6 100644 --- a/.github/workflows/backend_checks.yml +++ b/.github/workflows/backend_checks.yml @@ -451,7 +451,7 @@ jobs: run: pip install nox>=2022 - name: Get Vault Token - uses: hashicorp/vault-action@v2.5.0 + uses: hashicorp/vault-action@v3.1.0 with: url: ${{ secrets.VAULT_ADDR }} namespace: ${{ secrets.VAULT_NAMESPACE }}