Skip to content

Commit 9bdc7b5

Browse files
authored
Merge pull request #99 from ToasterUwU/dependabot/github_actions/jakebailey/pyright-action-2.3.3
build(deps): bump jakebailey/pyright-action from 2.3.2 to 2.3.3
2 parents 46bc6be + 24a330a commit 9bdc7b5

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.2
36+
uses: jakebailey/pyright-action@v2.3.3
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.2
45+
uses: jakebailey/pyright-action@v2.3.3
4646
# run anyway
4747
if: success() || failure()
4848
with:

0 commit comments

Comments
 (0)