Skip to content

Commit 2327172

Browse files
Update actions/cache action to v5
1 parent 7e0aa49 commit 2327172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- run: uv sync --locked --all-extras --dev
5151

52-
- uses: actions/cache@v4
52+
- uses: actions/cache@v5
5353
with:
5454
path: ~/.cache/pre-commit
5555
key: pre-commit-${{ env.pythonLocation }}-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)