Skip to content

Commit aee0e12

Browse files
Bump jakebailey/pyright-action from 2 to 3 (#299)
Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 2 to 3. - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](jakebailey/pyright-action@v2...v3) --- updated-dependencies: - dependency-name: jakebailey/pyright-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: robgruen <robgruen@microsoft.com>
1 parent d04626f commit aee0e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "version=$PYRIGHT_VERSION" >> $GITHUB_OUTPUT
5757
5858
- name: Run pyright ${{ steps.pyright-version.outputs.version }}
59-
uses: jakebailey/pyright-action@v2
59+
uses: jakebailey/pyright-action@v3
6060
with:
6161
version: ${{ steps.pyright-version.outputs.version }}
6262
python-version: ${{ matrix.python-version}}

0 commit comments

Comments
 (0)