Skip to content

Commit 8e2deeb

Browse files
authored
Merge pull request #190 from SukiCZ/upgrade-action/cache-v4
Upgrade action/cache to v4. Fixes: #189
2 parents c7d159c + 0dbc303 commit 8e2deeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
shell: bash
1313
- run: python -m pip freeze --local
1414
shell: bash
15-
- uses: actions/cache@v3
15+
- uses: actions/cache@v4
1616
with:
1717
path: ~/.cache/pre-commit
1818
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)