diff --git a/.github/workflows/_deploy-core.yml b/.github/workflows/_deploy-core.yml index 9dd006a..69df27f 100644 --- a/.github/workflows/_deploy-core.yml +++ b/.github/workflows/_deploy-core.yml @@ -40,7 +40,7 @@ jobs: key: pip-ansible - name: Cache Ansible collections - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.ansible key: ansible-galaxy-${{ hashFiles('ansible/requirements.yml') }}