From 4fea89a690dcefbacfdad37fab257c3b25861193 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:42:45 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v8 --- .github/workflows/update-translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 824bfd53d..1f771487c 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -32,7 +32,7 @@ jobs: # Setting up recommended prerequisites # See: i18n/README.md - - uses: astral-sh/setup-uv@v7 + - uses: astral-sh/setup-uv@v8 - uses: extractions/setup-just@v4 # TODO: optimize when we start publishing translations and integrate a Weblate instance