From 55b4f766b6d0971c0efd8bfc4af28fded3513be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 13:21:41 +0000 Subject: [PATCH] fix: bump jakebailey/pyright-action from 1.1.0 to 1.6.0 Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 1.1.0 to 1.6.0. - [Release notes](https://github.com/jakebailey/pyright-action/releases) - [Commits](https://github.com/jakebailey/pyright-action/compare/v1.1.0...v1.6.0) --- 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..00d9d23 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.6.0 with: working-directory: ${{ inputs.root }}/${{ inputs.workdir }} project: ${{ inputs.toml }}