Update cache action (#111)
Some checks failed
Deploy (on merge) / Discover hosts (push) Has been cancelled
Deploy (on merge) / deploy (push) Has been cancelled

* fix: update cache version

* fix: update cache
This commit is contained in:
Rasmus Wejlgaard 2026-05-16 11:13:38 +01:00 committed by GitHub
parent a6aa561147
commit 1ec4e10eb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ jobs:
key: pip-ansible key: pip-ansible
- name: Cache Ansible collections - name: Cache Ansible collections
uses: actions/cache@v4 uses: actions/cache@v5
with: with:
path: ~/.ansible path: ~/.ansible
key: ansible-galaxy-${{ hashFiles('ansible/requirements.yml') }} key: ansible-galaxy-${{ hashFiles('ansible/requirements.yml') }}