From 535cec3309e8351a409e4aabd10483c32e2a408c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:48:11 +0000 Subject: [PATCH] chore: update hashicorp/vault-action action to v3 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bd6a1f1..48f3280 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,7 +34,7 @@ jobs: - name: Import Secrets if: matrix.os == 'ubuntu-20.04' id: secrets - uses: hashicorp/vault-action@v2.4.3 + uses: hashicorp/vault-action@v3.0.0 with: url: ${{ secrets.VAULT_ADDR }} method: approle