From c7f917557438f87ab579ee3ff759a4f2f1206fd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 19:42:33 +0100 Subject: [PATCH] Bump jakebailey/pyright-action from 1 to 2 (#15) Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 1 to 2. - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](https://github.com/jakebailey/pyright-action/compare/v1...v2) --- updated-dependencies: - dependency-name: jakebailey/pyright-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/coverage_and_lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage_and_lint.yaml b/.github/workflows/coverage_and_lint.yaml index b80d7a9..eeadcc4 100644 --- a/.github/workflows/coverage_and_lint.yaml +++ b/.github/workflows/coverage_and_lint.yaml @@ -65,7 +65,7 @@ jobs: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH - name: "Run Pyright @ ${{ matrix.python-version }}" - uses: jakebailey/pyright-action@v1 + uses: jakebailey/pyright-action@v2 with: warnings: false verify-types: "mystbin"