From 653e932af8e29b3e78eb525d6b01dbc4ebf1dc16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:00:38 +0000 Subject: [PATCH] chore(deps): update jakebailey/pyright-action action to v2.3.2 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cb7f95ca..0db12ff5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -80,7 +80,7 @@ jobs: run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH - name: Static type checking - uses: jakebailey/pyright-action@v2.3.1 + uses: jakebailey/pyright-action@v2.3.2 with: version: 1.1.367 continue-on-error: true