Skip to content

Commit

Permalink
Upgrade action/cache to v4. Fixes: #189
Browse files Browse the repository at this point in the history
  • Loading branch information
SukiCZ committed Feb 6, 2024
1 parent c7d159c commit 0dbc303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -12,7 +12,7 @@ runs:
shell: bash
- run: python -m pip freeze --local
shell: bash
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down

0 comments on commit 0dbc303

Please sign in to comment.