From 784d0499b38c45596a2af049bbe2d6c99179b9c0 Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Sat, 16 May 2026 11:07:06 +0100 Subject: [PATCH] fix: update cache --- .github/workflows/_deploy-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}