From 757669ecf6506063ced6463a55ce9aabc55809ad Mon Sep 17 00:00:00 2001 From: Travis Illig Date: Thu, 12 Mar 2026 14:12:22 -0700 Subject: [PATCH] Update cache action to supported version. --- 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') }}