Skip to content

Commit 4282dc5

Browse files
chore(deps): update actions/cache action to v6
1 parent 2fa4d05 commit 4282dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: astral-sh/setup-uv@v8.1.0
1818
with:
1919
enable-cache: true
20-
- uses: actions/cache@v5
20+
- uses: actions/cache@v6
2121
with:
2222
path: ~/.cache/pre-commit
2323
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)