Skip to content

Commit

Permalink
Bump jakebailey/pyright-action from 2.1.2 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/jakebailey/pyright-action/releases)
- [Commits](jakebailey/pyright-action@v2.1.2...v2.2.0)

---
updated-dependencies:
- dependency-name: jakebailey/pyright-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 336a9de commit 78e321e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.2
uses: jakebailey/pyright-action@v2.2.0
with:
version: ${{ env.PYRIGHT_VERSION }}
python-version: ${{ matrix.python-version }}
Expand All @@ -42,7 +42,7 @@ jobs:
warnings: true

- name: Run pyright (Windows)
uses: jakebailey/pyright-action@v2.1.2
uses: jakebailey/pyright-action@v2.2.0
# run anyway
if: success() || failure()
with:
Expand Down

0 comments on commit 78e321e

Please sign in to comment.