From ba43af92a45ec46691b456f61e6c50a1286ca0a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:46:38 +0000 Subject: [PATCH] fix: bump jakebailey/pyright-action from 1.8.1 to 2.3.1 Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 1.8.1 to 2.3.1. - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](https://github.com/jakebailey/pyright-action/compare/v1.8.1...v2.3.1) --- updated-dependencies: - dependency-name: jakebailey/pyright-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3395739..6a2ed21 100644 --- a/action.yml +++ b/action.yml @@ -165,7 +165,7 @@ runs: workdir: ${{ inputs.root }}/${{ inputs.workdir }} - if: ${{ inputs.pyright == 'true' }} - uses: jakebailey/pyright-action@v1.8.1 + uses: jakebailey/pyright-action@v2.3.1 with: working-directory: ${{ inputs.root }}/${{ inputs.workdir }} project: ${{ inputs.toml }}