We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d41c5 commit ee37665Copy full SHA for ee37665
1 file changed
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Load cached Pre-Commit Dependencies
23
id: cached-pre-commit-dependencies
24
- uses: actions/cache@v3
+ uses: actions/cache@v4
25
with:
26
path: ~/.cache/pre-commit/
27
key: pre-commit-|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments