Skip to content

Commit 7cd3521

Browse files
chore(deps): update jakebailey/pyright-action action to v2.3.3 (#154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f063e2 commit 7cd3521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_nipanel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
- name: Add virtualenv to the path for pyright-action
3737
run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
3838
- name: Pyright static analysis (Linux)
39-
uses: jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe # v2.3.2
39+
uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3
4040
with:
4141
python-platform: Linux
4242
version: PATH
4343
- name: Pyright static analysis (Windows)
44-
uses: jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe # v2.3.2
44+
uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3
4545
with:
4646
python-platform: Windows
4747
version: PATH

0 commit comments

Comments
 (0)