From 0c79240ea49bcc311ac69fd8d11e37c5f1fa8c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 13:26:10 +0000 Subject: [PATCH] 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 92e6cdc..954c2a3 100644 --- a/.github/workflows/pyright.yml +++ b/.github/workflows/pyright.yml @@ -22,4 +22,4 @@ jobs: - run: echo "$(pdm venv --path in-project)/bin" >> $GITHUB_PATH - name: Run Pyright - uses: jakebailey/pyright-action@v1 + uses: jakebailey/pyright-action@v2