From c65af7b6a83fca68ba06116717a3b11db21d7e07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 00:37:07 +0000 Subject: [PATCH] chore(deps): update jakebailey/pyright-action action to v2 --- .github/workflows/lint-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-python.yml b/.github/workflows/lint-python.yml index fb6fd1f..657d398 100644 --- a/.github/workflows/lint-python.yml +++ b/.github/workflows/lint-python.yml @@ -72,7 +72,7 @@ jobs: pip install wheel pip install -r "scripts/requirements-dev.txt" - run: mv backend/configs.template.py backend/configs.py - - uses: jakebailey/pyright-action@v1 + - uses: jakebailey/pyright-action@v2 with: working-directory: backend/ extra-args: --warnings