From 2302889f244b75a5cfa3a03d748c0b1ab3a3e530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:38:57 +0000 Subject: [PATCH] Update hashicorp/vault-action action to v3 --- .github/actions/vault-secrets/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/vault-secrets/action.yml b/.github/actions/vault-secrets/action.yml index 102c9635..88f732e2 100644 --- a/.github/actions/vault-secrets/action.yml +++ b/.github/actions/vault-secrets/action.yml @@ -25,7 +25,7 @@ runs: - name: Import Secrets id: import-secrets - uses: hashicorp/vault-action@v2 + uses: hashicorp/vault-action@v3 with: url: ${{ env.VAULT_ADDR }} token: ${{ env.VAULT_TOKEN }}