Skip to content

Commit 284ccbc

Browse files
Update actions/cache action to v5
1 parent de2b37c commit 284ccbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)