From 6ac603b23e1f021d28f089d827083d2fff71ccd6 Mon Sep 17 00:00:00 2001 From: Jon L Date: Tue, 15 Dec 2020 08:12:08 -0800 Subject: [PATCH] bump readme to action v2.1.0 (#157) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2507276..e8f564c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ jobs: steps: # ... - name: Import Secrets - uses: hashicorp/vault-action@v2.0.1 + uses: hashicorp/vault-action@v2.1.0 with: url: https://vault.mycompany.com:8200 token: ${{ secrets.VaultToken }}