We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a67bb3 + fa66634 commit d600f2aCopy full SHA for d600f2a
.github/workflows/pytest.yaml
@@ -98,7 +98,7 @@ jobs:
98
# even if the previous steps fail. This allows users to get feedback
99
# from both typechecking and tests even if one of them fails.
100
- name: Run Pyright
101
- uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3
+ uses: jakebailey/pyright-action@8ec14b5cfe41f26e5f41686a31eb6012758217ef # v3.0.2
102
with:
103
version: ${{ steps.pyright-version.outputs.version }}
104
if: ${{ !matrix.min-version && always() }}
0 commit comments