Skip to content

Commit 24a330a

Browse files
build(deps): bump jakebailey/pyright-action from 2.3.2 to 2.3.3
Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](jakebailey/pyright-action@v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: jakebailey/pyright-action dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46bc6be commit 24a330a

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)