update dev dependencies

This commit is contained in:
David Lord 2026-04-03 15:59:16 -07:00
parent a197702e2c
commit 83dbcb222a
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
6 changed files with 451 additions and 320 deletions

View file

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with:
enable-cache: true
prune-cache: false
@ -22,7 +22,7 @@ jobs:
id: setup-python
with:
python-version-file: pyproject.toml
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ hashFiles('pyproject.toml', '.pre-commit-config.yaml') }}