From 3b78bec97c7f7b319c24c2a30a22fe46aa23a26d Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Wed, 26 Oct 2022 11:26:02 -0700 Subject: [PATCH] change example to vault-action@v2 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 }}