From 24a330a1a52e4a430d07214672ad6bea5ea28ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 10:55:23 +0000 Subject: [PATCH] build(deps): bump jakebailey/pyright-action from 2.3.2 to 2.3.3 Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](https://github.com/jakebailey/pyright-action/compare/v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: jakebailey/pyright-action dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 89595f7..5b735f8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: run: echo "PYRIGHT_VERSION=$(python -c 'import pyright; print(pyright.__pyright_version__)')" >> $GITHUB_ENV - name: Run pyright (Linux) - uses: jakebailey/pyright-action@v2.3.2 + uses: jakebailey/pyright-action@v2.3.3 with: version: ${{ env.PYRIGHT_VERSION }} python-version: ${{ matrix.python-version }} @@ -42,7 +42,7 @@ jobs: warnings: true - name: Run pyright (Windows) - uses: jakebailey/pyright-action@v2.3.2 + uses: jakebailey/pyright-action@v2.3.3 # run anyway if: success() || failure() with: