Skip to content

Commit ec8f517

Browse files
authored
Unpin pyright-action (#7499)
The issues that broke typeshed's CI have been fixed by jakebailey/pyright-action@e7c2cba
1 parent 108b6fb commit ec8f517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ jobs:
7575
PYRIGHT_VERSION: 1.1.230 # Must match pyright_test.py.
7676
steps:
7777
- uses: actions/checkout@v2
78-
- uses: jakebailey/pyright-action@v1.0.4
78+
- uses: jakebailey/pyright-action@v1
7979
with:
8080
version: ${{ env.PYRIGHT_VERSION }}
8181
python-platform: ${{ matrix.python-platform }}
8282
python-version: ${{ matrix.python-version }}
8383
no-comments: ${{ matrix.python-version != '3.9' || matrix.python-platform != 'Linux' }} # Having each job create the same comment is too noisy.
8484
project: ./pyrightconfig.stricter.json
85-
- uses: jakebailey/pyright-action@v1.0.4
85+
- uses: jakebailey/pyright-action@v1
8686
with:
8787
version: ${{ env.PYRIGHT_VERSION }}
8888
python-platform: ${{ matrix.python-platform }}

0 commit comments

Comments
 (0)