From db4e1701982584a70e5f73ff25674a100067082c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:43:23 +0000 Subject: [PATCH] chore(deps): update jakebailey/pyright-action action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c070ff6b..55a13341 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Install dependencies id: setup_deps uses: ./.github/actions/setup - - uses: jakebailey/pyright-action@v2 + - uses: jakebailey/pyright-action@v3 with: python-version: ${{ steps.setup_deps.outputs.python-version }}