diff --git a/.github/workflows/check_nipanel.yml b/.github/workflows/check_nipanel.yml index 57363f1..99042ca 100644 --- a/.github/workflows/check_nipanel.yml +++ b/.github/workflows/check_nipanel.yml @@ -36,12 +36,12 @@ jobs: - name: Add virtualenv to the path for pyright-action run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH - name: Pyright static analysis (Linux) - uses: jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe # v2.3.2 + uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3 with: python-platform: Linux version: PATH - name: Pyright static analysis (Windows) - uses: jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe # v2.3.2 + uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3 with: python-platform: Windows version: PATH