We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76123f5 commit b507be8Copy full SHA for b507be8
1 file changed
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: astral-sh/setup-uv@v5
19
with:
20
enable-cache: true
21
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
22
23
path: ~/.cache/pre-commit
24
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments