mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 23:56:16 +00:00
Compare commits
No commits in common. "1ec4e10eb137b15668d4fd4920cad8e97b7c9340" and "7ad2766f9486f4807582567b10e98c2b01f0ea0e" have entirely different histories.
1ec4e10eb1
...
7ad2766f94
1 changed files with 2 additions and 2 deletions
4
.github/workflows/_deploy-core.yml
vendored
4
.github/workflows/_deploy-core.yml
vendored
|
|
@ -34,13 +34,13 @@ jobs:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Cache pip packages
|
- name: Cache pip packages
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/pip
|
path: ~/.cache/pip
|
||||||
key: pip-ansible
|
key: pip-ansible
|
||||||
|
|
||||||
- name: Cache Ansible collections
|
- name: Cache Ansible collections
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v4
|
||||||
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