diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 6de25559663..d0f6cf966cd 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -98,7 +98,7 @@ jobs: # even if the previous steps fail. This allows users to get feedback # from both typechecking and tests even if one of them fails. - name: Run Pyright - uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3 + uses: jakebailey/pyright-action@8ec14b5cfe41f26e5f41686a31eb6012758217ef # v3.0.2 with: version: ${{ steps.pyright-version.outputs.version }} if: ${{ !matrix.min-version && always() }}