From c20bd8a37eda229cd4830a4c2365e268376e758f Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 1 Nov 2022 13:13:00 -0400 Subject: [PATCH] chore(e2e): Update to use latest version of Vault CLI (#2585) --- .github/workflows/enos-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enos-run.yml b/.github/workflows/enos-run.yml index e6dfbcb3e9..423a193e47 100644 --- a/.github/workflows/enos-run.yml +++ b/.github/workflows/enos-run.yml @@ -121,7 +121,7 @@ jobs: - name: Download Vault AMD64 binary for integration testing if: steps.dep-cache.outputs.cache-hit != 'true' run: | - wget https://releases.hashicorp.com/vault/1.11.4/vault_1.11.4_linux_amd64.zip -O /tmp/test-deps/vault.zip + wget https://releases.hashicorp.com/vault/1.12.0/vault_1.12.0_linux_amd64.zip -O /tmp/test-deps/vault.zip - name: Install Vault for integration testing if: matrix.filter == 'e2e_static_with_vault' run: |