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.
2 parents c7d159c + 0dbc303 commit 8e2deebCopy full SHA for 8e2deeb
action.yml
@@ -12,7 +12,7 @@ runs:
12
shell: bash
13
- run: python -m pip freeze --local
14
15
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
16
with:
17
path: ~/.cache/pre-commit
18
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments