From 1ec4e10eb137b15668d4fd4920cad8e97b7c9340 Mon Sep 17 00:00:00 2001 From: "Rasmus \"Pez\" Wejlgaard" Date: Sat, 16 May 2026 11:13:38 +0100 Subject: [PATCH] Update cache action (#111) * fix: update cache version * 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') }}