From dd5921e51aae04d1f302af94162e15a5e66ebf5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:46:49 +0000 Subject: [PATCH] Bump jakebailey/pyright-action from 1.8.1 to 2.0.1 Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 1.8.1 to 2.0.1. - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](https://github.com/jakebailey/pyright-action/compare/v1.8.1...v2.0.1) --- updated-dependencies: - dependency-name: jakebailey/pyright-action dependency-type: direct:production update-type: version-update:semver-major ... 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 20d1c2b..780fa88 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@v1.8.1 + uses: jakebailey/pyright-action@v2.0.1 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@v1.8.1 + uses: jakebailey/pyright-action@v2.0.1 # run anyway if: success() || failure() with: