mirror of
https://github.com/fastapi/fastapi.git
synced 2026-09-13 05:50:15 -04:00
👷 Give translate workflow its own uv cache suffix
This commit is contained in:
1 parent
e803afcafd
commit
4ebedc9a2a
1 file changed
+2
-2
@@ -59,7 +59,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
|
||||
with:
|
||||
version: "latest-known"
|
||||
cache-suffix: github-actions
|
||||
cache-suffix: translations
|
||||
cache-dependency-glob: |
|
||||
pyproject.toml
|
||||
uv.lock
|
||||
@@ -102,7 +102,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
|
||||
with:
|
||||
version: "latest-known"
|
||||
cache-suffix: github-actions
|
||||
cache-suffix: translations
|
||||
cache-dependency-glob: |
|
||||
pyproject.toml
|
||||
uv.lock
|
||||
|
||||
Reference in new issue
Block a user