From 5645b3893c6864d2fd950e1d2ecdbd7c9f205169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:17:54 +0000 Subject: [PATCH] :arrow_up: Bump jakebailey/pyright-action from 1 to 2 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] --- .github/workflows/pyright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyright.yml b/.github/workflows/pyright.yml index 5d23266..ba3865b 100644 --- a/.github/workflows/pyright.yml +++ b/.github/workflows/pyright.yml @@ -21,4 +21,4 @@ jobs: - run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH - name: Run Pyright - uses: jakebailey/pyright-action@v1 + uses: jakebailey/pyright-action@v2