Removing Vault caching for now.

This commit is contained in:
2025-09-16 18:38:29 -04:00
parent a524065201
commit 12318b8578
@@ -393,14 +393,7 @@ jobs:
with:
ref: main
- name: Cache Vault install
id: cache-vault
uses: actions/cache@v4
with:
path: /root/.vault/vault
key: vault-${{ runner.os }}-${{ env.HC_VAULT_VERSION }}
- name: Install Vault (only if not cached)
- name: Install Vault
uses: cpanato/vault-installer@main
with:
version: ${{ env.HC_VAULT_VERSION }}