Skip to content

Commit a0f3c46

Browse files
committed
Fix cache warning
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 6267c0a commit a0f3c46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: Install the latest version of uv
1919
uses: astral-sh/setup-uv@v7
2020
with:
21-
version: "latest"
21+
version: 'latest'
22+
enable-cache: 'false'
2223
- run: >-
2324
uvx -p 3.14 --from pre-commit-mirror-maker pre-commit-mirror . \
2425
--language=python --package-name=pyproject-fmt --files-regex '(^|/)pyproject\.toml$'

0 commit comments

Comments
 (0)