From bfafb1c199082c581d672af9e1fd0db6155c3260 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:26:55 +0000 Subject: [PATCH] chore(deps): update jakebailey/pyright-action action to v2.3.3 --- .github/workflows/check_nipanel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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