From 4aed62f9229992b13984308a988533bde7d7f048 Mon Sep 17 00:00:00 2001 From: Prakash Manglanathan Date: Thu, 7 Apr 2022 19:42:18 -0400 Subject: [PATCH] Updated the version in Readme doc. (#303) The Sample code provided in the readme doesn't work as expected unless the version has been updated to 2.4.0. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25d858c..5a1cf02 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ jobs: steps: # ... - name: Import Secrets - uses: hashicorp/vault-action@v2.3.1 + uses: hashicorp/vault-action@v2.4.0 with: url: https://vault.mycompany.com:8200 token: ${{ secrets.VAULT_TOKEN }}