From fda058437e9cb5f7cfa95ce9285ca4cfb5e23758 Mon Sep 17 00:00:00 2001 From: stumpylog <797416+stumpylog@users.noreply.github.com> Date: Tue, 18 Aug 2026 11:29:44 -0700 Subject: [PATCH] Upgrades our workflows to uv 0.12.x as well --- .github/workflows/ci-backend.yml | 2 +- .github/workflows/ci-docs.yml | 2 +- .github/workflows/ci-release.yml | 2 +- .github/workflows/translate-strings.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index 447f19e17..86388c30f 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -11,7 +11,7 @@ concurrency: group: backend-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true env: - DEFAULT_UV_VERSION: "0.11.x" + DEFAULT_UV_VERSION: "0.12.x" NLTK_DATA: "/usr/share/nltk_data" permissions: {} jobs: diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index c09a745e8..1be197ae3 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -11,7 +11,7 @@ concurrency: permissions: contents: read env: - DEFAULT_UV_VERSION: "0.11.x" + DEFAULT_UV_VERSION: "0.12.x" DEFAULT_PYTHON_VERSION: "3.12" jobs: changes: diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index b6f8ab4de..39214b3a1 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -8,7 +8,7 @@ concurrency: group: release-${{ github.ref }} cancel-in-progress: false env: - DEFAULT_UV_VERSION: "0.11.x" + DEFAULT_UV_VERSION: "0.12.x" DEFAULT_PYTHON_VERSION: "3.12" permissions: {} jobs: diff --git a/.github/workflows/translate-strings.yml b/.github/workflows/translate-strings.yml index 02e0a58cd..3864e181d 100644 --- a/.github/workflows/translate-strings.yml +++ b/.github/workflows/translate-strings.yml @@ -4,7 +4,7 @@ on: branches: - dev env: - DEFAULT_UV_VERSION: "0.11.x" + DEFAULT_UV_VERSION: "0.12.x" jobs: generate-translate-strings: name: Generate Translation Strings