Merge pull request '🔧 Renovate: Update (minor) actions/cache action to v4.3.0' (#46) from renovate/github-actions-actions-cache-v4-3-0 into main
Auto-Unseal for Vault / Unseal Vault (push) Failing after 14m48s
Renovate / renovate (push) Successful in 2m30s

Reviewed-on: #46
This commit was merged in pull request #46.
This commit is contained in:
2025-09-30 21:40:05 -04:00
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ jobs:
version: "11.4.0"
- name: Cache Ansible Galaxy Collections
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: collections
key: ${{ runner.os }}-ansible-${{ hashFiles('./collections/requirements.yml') }}
@@ -48,7 +48,7 @@ jobs:
vault_version: 1.18.0
- name: Cache pip
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
@@ -91,7 +91,7 @@ jobs:
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Cache Ansible Galaxy Collections
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: collections
key: ${{ runner.os }}-ansible-${{ hashFiles('./collections/requirements.yml') }}
@@ -109,7 +109,7 @@ jobs:
vault_version: 1.18.0
- name: Cache pip
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
@@ -197,7 +197,7 @@ jobs:
ref: main
- name: Cache Ansible Galaxy Collections
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: collections
key: ${{ runner.os }}-ansible-${{ hashFiles('./collections/requirements.yml') }}
@@ -215,7 +215,7 @@ jobs:
vault_version: 1.18.0
- name: Cache pip
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Cache Vault install
id: cache-vault
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: /opt/hostedtoolcache/vault/${{ env.HC_VAULT_VERSION }}/x64
key: vault-${{ runner.os }}-${{ env.HC_VAULT_VERSION }}