From 955ebe406afc28f9f093cf84ff5ab99e3e93e752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 14:07:37 +0000 Subject: [PATCH] fix: bump jakebailey/pyright-action from 1.1.0 to 1.5.1 Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 1.1.0 to 1.5.1. - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](https://github.com/jakebailey/pyright-action/compare/v1.1.0...v1.5.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 7a8b7d7..84d40b7 100644 --- a/action.yml +++ b/action.yml @@ -151,7 +151,7 @@ runs: workdir: ${{ inputs.root }}/${{ inputs.workdir }} - if: ${{ inputs.pyright == 'true' }} - uses: jakebailey/pyright-action@v1.1.0 + uses: jakebailey/pyright-action@v1.5.1 with: working-directory: ${{ inputs.root }}/${{ inputs.workdir }} project: ${{ inputs.toml }}