From c9fbf9fd606132c16252cfc3e420eb3a27c91a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=C3=B6rderer?= <40258682+Spacetown@users.noreply.github.com> Date: Fri, 13 Mar 2026 18:33:59 +0100 Subject: [PATCH] Upgrade actions/cache --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b24bdf3..0b27d3a 100644 --- a/action.yml +++ b/action.yml @@ -117,7 +117,7 @@ runs: shell: bash - name: Set up cache if: fromJSON(steps.python-runtime.outputs.is-stable-abi) - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.cache-dir.outputs.dir }} key: >-