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 c7d159c commit 0dbc303Copy full SHA for 0dbc303
1 file changed
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