From f719a6b41b17fd2bd13cc3828aae6ec4bc9f77f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:14:50 +0800 Subject: [PATCH] :arrow_up: Bump jakebailey/pyright-action in the actions group (#3870) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pyright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyright.yml b/.github/workflows/pyright.yml index 6f45307c..03219703 100644 --- a/.github/workflows/pyright.yml +++ b/.github/workflows/pyright.yml @@ -43,6 +43,6 @@ jobs: shell: bash - name: Run Pyright - uses: jakebailey/pyright-action@v2 + uses: jakebailey/pyright-action@v3 with: pylance-version: latest-release