Skip to content

Commit ec5afa0

Browse files
build(deps): bump jakebailey/pyright-action from 2.3.3 to 3.0.2
Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 2.3.3 to 3.0.2. - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](jakebailey/pyright-action@v2.3.3...v3.0.2) --- updated-dependencies: - dependency-name: jakebailey/pyright-action dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33f3119 commit ec5afa0

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)