diff --git a/.github/workflows/_deploy-core.yml b/.github/workflows/_deploy-core.yml index 371ab75..9dd006a 100644 --- a/.github/workflows/_deploy-core.yml +++ b/.github/workflows/_deploy-core.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache pip packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: pip-ansible