fix: update cache

This commit is contained in:
Rasmus Wejlgaard 2026-05-16 11:07:06 +01:00
parent e7376f6c3d
commit 784d0499b3

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') }}