Merge pull request #94 from HomeLabJunkie/renovate/actions-cache-4.x

chore(deps): update actions/cache action to v4.3.0
This commit is contained in:
HomeLabJunkie 2025-10-23 07:35:35 -05:00 committed by GitHub
commit 52a41e9a61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Cache Vagrant boxes
id: cache-vagrant
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
with:
lookup-only: true #if it exists, we don't need to restore and can skip the next step
path: |

View File

@ -22,7 +22,7 @@ jobs:
cache: 'pip' # caching pip dependencies
- name: Restore Ansible cache
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
with:
path: ~/.ansible/collections
key: ansible-${{ hashFiles('collections/requirements.yml') }}

View File

@ -65,7 +65,7 @@ jobs:
cache: 'pip' # caching pip dependencies
- name: Restore vagrant Boxes cache
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
with:
path: ~/.vagrant.d/boxes
key: vagrant-boxes-${{ hashFiles('**/molecule.yml') }}