From 4ebedc9a2a413cd74fff16f779a5cdd5acb746ed Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Wed, 26 Aug 2026 18:30:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Give=20`translate`=20workflow=20?= =?UTF-8?q?its=20own=20uv=20cache=20suffix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/translate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index 136ccfa48..0a0d77339 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -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