From f6380285c2bb03ba2217bbd30d6373c6abb8f3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 19:11:52 +0000 Subject: [PATCH] Bump jakebailey/pyright-action from 2 to 3 Bumps [jakebailey/pyright-action](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.python.yml b/.github/workflows/ci.python.yml index 93818a23..92c0a06f 100644 --- a/.github/workflows/ci.python.yml +++ b/.github/workflows/ci.python.yml @@ -54,7 +54,7 @@ jobs: echo "version=$PYRIGHT_VERSION" >> $GITHUB_OUTPUT - name: Run pyright ${{ steps.pyright-version.outputs.version }} - uses: jakebailey/pyright-action@v2 + uses: jakebailey/pyright-action@v3 with: version: ${{ steps.pyright-version.outputs.version }} python-version: ${{ matrix.python-version}}