mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
Update cache action (#111)
* fix: update cache version * fix: update cache
This commit is contained in:
parent
a6aa561147
commit
1ec4e10eb1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/_deploy-core.yml
vendored
2
.github/workflows/_deploy-core.yml
vendored
|
|
@ -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') }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue