We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7161ac9 commit 5010b4bCopy full SHA for 5010b4b
1 file changed
.github/workflows/pre-commit.yml
@@ -53,7 +53,7 @@ jobs:
53
pip install pre-commit
54
55
- name: Cache pre-commit hooks
56
- uses: actions/cache@v4
+ uses: actions/cache@v5
57
with:
58
path: ~/.cache/pre-commit
59
key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}-v3
0 commit comments