Skip to content

Commit 7d1fed9

Browse files
authored
Merge pull request #110 from ToasterUwU/dependabot/github_actions/jakebailey/pyright-action-3.0.2
build(deps): bump jakebailey/pyright-action from 2.3.3 to 3.0.2
2 parents 33f3119 + ec5afa0 commit 7d1fed9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "PYRIGHT_VERSION=$(python -c 'import pyright; print(pyright.__pyright_version__)')" >> $GITHUB_ENV
3434

3535
- name: Run pyright (Linux)
36-
uses: jakebailey/pyright-action@v2.3.3
36+
uses: jakebailey/pyright-action@v3.0.2
3737
with:
3838
version: ${{ env.PYRIGHT_VERSION }}
3939
python-version: ${{ matrix.python-version }}
@@ -42,7 +42,7 @@ jobs:
4242
warnings: true
4343

4444
- name: Run pyright (Windows)
45-
uses: jakebailey/pyright-action@v2.3.3
45+
uses: jakebailey/pyright-action@v3.0.2
4646
# run anyway
4747
if: success() || failure()
4848
with:

0 commit comments

Comments
 (0)