From f9070b4c8b3c46d2738f1dcfd04f12f4a3ae331d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:51:02 +0000 Subject: [PATCH] :arrow_up: Bump jakebailey/pyright-action in the actions group Bumps the actions group with 1 update: [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action). Updates `jakebailey/pyright-action` from 2 to 3 - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](https://github.com/jakebailey/pyright-action/compare/v2...v3) --- updated-dependencies: - dependency-name: jakebailey/pyright-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pyright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyright.yml b/.github/workflows/pyright.yml index bddd7c4e3..c5c3906a8 100644 --- a/.github/workflows/pyright.yml +++ b/.github/workflows/pyright.yml @@ -42,7 +42,7 @@ jobs: shell: bash - name: Run Pyright - uses: jakebailey/pyright-action@v2 + uses: jakebailey/pyright-action@v3 with: pylance-version: latest-release extra-args: githubkit @@ -62,7 +62,7 @@ jobs: shell: bash - name: Run Pyright - uses: jakebailey/pyright-action@v2 + uses: jakebailey/pyright-action@v3 with: working-directory: ./codegen pylance-version: latest-release