Skip to content

Commit

Permalink
fix: bump jakebailey/pyright-action from 1.6.0 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps [jakebailey/pyright-action](https://github.com/jakebailey/pyright-action) from 1.6.0 to 1.8.0.
- [Release notes](https://github.com/jakebailey/pyright-action/releases)
- [Commits](jakebailey/pyright-action@v1.6.0...v1.8.0)

---
updated-dependencies:
- dependency-name: jakebailey/pyright-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent c8ec939 commit 9f9f46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
with:
working-directory: ${{ inputs.root }}/${{ inputs.workdir }}
project: ${{ inputs.toml }}
Expand Down

0 comments on commit 9f9f46c

Please sign in to comment.