Skip to content

Commit

Permalink
Merge pull request #190 from SukiCZ/upgrade-action/cache-v4
Browse files Browse the repository at this point in the history
Upgrade action/cache to v4. Fixes: #189
  • Loading branch information
asottile committed Feb 7, 2024
2 parents c7d159c + 0dbc303 commit 8e2deeb
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 8e2deeb

Please sign in to comment.