This repository was archived by the owner on Apr 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 - run : uv pip install --system .[dev]
3838
3939 - id : cache-ruff
40- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
40+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
4141 with :
4242 path : .ruff_cache
4343 key : ruff-${{ hashFiles('pyproject.toml') }}
7474 - run : uv pip install --system .[dev]
7575
7676 - id : cache-ruff
77- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
77+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
7878 with :
7979 path : .ruff_cache
8080 key : ruff-${{ hashFiles('pyproject.toml') }}
@@ -186,7 +186,7 @@ jobs:
186186 - run : uv pip install --system -e .[dev]
187187
188188 - id : cache-mypy
189- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
189+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
190190 with :
191191 path : .mypy_cache
192192 key : ${{ runner.os }}-mypy-${{ hashFiles('pyproject.toml') }}
@@ -227,7 +227,7 @@ jobs:
227227 - run : uv pip install --system .[dev]
228228
229229 - id : cache-pre-commit
230- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
230+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
231231 with :
232232 path : .pre-commit-cache
233233 key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}-${{ hashFiles('pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments