From e7376f6c3df75cb47634c966267bdbeb392470a9 Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Sat, 16 May 2026 11:02:10 +0100 Subject: [PATCH] fix: update cache version --- .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 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