From 95a6096162e002f1faa037e320b08c5079d195c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:35:18 +0000 Subject: [PATCH] chore(deps): bump jakebailey/pyright-action from 2.3.1 to 2.3.2 Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](https://github.com/jakebailey/pyright-action/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: jakebailey/pyright-action 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 9f6aaf0..c888569 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.1 + uses: jakebailey/pyright-action@v2.3.2 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.1 + uses: jakebailey/pyright-action@v2.3.2 # run anyway if: success() || failure() with: