Skip to content

Commit d600f2a

Browse files
authored
Merge pull request #7869 from microsoft/dependabot/github_actions/jakebailey/pyright-action-3.0.2
Bump jakebailey/pyright-action from 2.3.3 to 3.0.2
2 parents 0a67bb3 + fa66634 commit d600f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# even if the previous steps fail. This allows users to get feedback
9999
# from both typechecking and tests even if one of them fails.
100100
- name: Run Pyright
101-
uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3
101+
uses: jakebailey/pyright-action@8ec14b5cfe41f26e5f41686a31eb6012758217ef # v3.0.2
102102
with:
103103
version: ${{ steps.pyright-version.outputs.version }}
104104
if: ${{ !matrix.min-version && always() }}

0 commit comments

Comments
 (0)