From d9a809777c62b7e853e0f2135d64642f9d6e9ecb Mon Sep 17 00:00:00 2001 From: mihaibuzgau Date: Tue, 9 Aug 2022 12:19:46 +0000 Subject: [PATCH] update vault-action --- .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 0200722..506abec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Read Configuration - uses: hashicorp/vault-action@v2.1.0 + uses: hashicorp/vault-action@v2.4.1 id: vault with: url: ${{ env.VAULT_ADDR }}