From 99a29f236a0286d14321eb92f40c5d0f43e0b1d9 Mon Sep 17 00:00:00 2001 From: rory-loughrey-kainos <141819259+rory-loughrey-kainos@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:48:17 +0000 Subject: [PATCH] Bump cache v4 -> v5 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 18ded0d..d9c91ea 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ runs: shell: bash - run: python -m pip freeze --local shell: bash - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}