From feb5c8c59d849344dfebf4cdd3eb2e0d08c59f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:59:29 +0000 Subject: [PATCH] fix: bump jakebailey/pyright-action from 1.6.0 to 1.8.1 Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 1.6.0 to 1.8.1. - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](https://github.com/jakebailey/pyright-action/compare/v1.6.0...v1.8.1) --- updated-dependencies: - dependency-name: jakebailey/pyright-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 11173ae..7d63c17 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.6.0 + uses: jakebailey/pyright-action@v1.8.1 with: working-directory: ${{ inputs.root }}/${{ inputs.workdir }} project: ${{ inputs.toml }}