Skip to content

Commit 0dbc303

Browse files
committed
Upgrade action/cache to v4. Fixes: #189
1 parent c7d159c commit 0dbc303

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)