From 1f8e723e55bb884e81203fd020a6ecaa2aab37eb Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Wed, 26 Oct 2022 11:48:17 -0700 Subject: [PATCH] change example to vault-action@v2 (#391) so we don't have to keep remembering to update the version tag in the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a1cf02..9dad65a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ jobs: steps: # ... - name: Import Secrets - uses: hashicorp/vault-action@v2.4.0 + uses: hashicorp/vault-action@v2 with: url: https://vault.mycompany.com:8200 token: ${{ secrets.VAULT_TOKEN }}