From f7645c129c520bca647cba467d854cc7fe42c73a Mon Sep 17 00:00:00 2001 From: Dmitry Meyer Date: Tue, 19 May 2026 08:33:49 +0000 Subject: [PATCH] [CI] Bump pyright-action --- .github/workflows/build-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 0b3406e2c5..9b422cc1c5 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -74,7 +74,7 @@ jobs: - name: Install dependencies run: uv sync --all-extras - name: Run pyright - uses: jakebailey/pyright-action@v2 + uses: jakebailey/pyright-action@v3 with: pylance-version: latest-release - name: Download frontend build