File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,14 +75,14 @@ jobs:
75
75
PYRIGHT_VERSION : 1.1.230 # Must match pyright_test.py.
76
76
steps :
77
77
- uses : actions/checkout@v2
78
- - uses : jakebailey/pyright-action@v1.0.4
78
+ - uses : jakebailey/pyright-action@v1
79
79
with :
80
80
version : ${{ env.PYRIGHT_VERSION }}
81
81
python-platform : ${{ matrix.python-platform }}
82
82
python-version : ${{ matrix.python-version }}
83
83
no-comments : ${{ matrix.python-version != '3.9' || matrix.python-platform != 'Linux' }} # Having each job create the same comment is too noisy.
84
84
project : ./pyrightconfig.stricter.json
85
- - uses : jakebailey/pyright-action@v1.0.4
85
+ - uses : jakebailey/pyright-action@v1
86
86
with :
87
87
version : ${{ env.PYRIGHT_VERSION }}
88
88
python-platform : ${{ matrix.python-platform }}
You can’t perform that action at this time.
0 commit comments