Skip to content

Commit

Permalink
fix: bump jakebailey/pyright-action from 1.6.0 to 1.8.1
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.1.
- [Release notes](https://github.com/jakebailey/pyright-action/releases)
- [Commits](jakebailey/pyright-action@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent c8ec939 commit feb5c8c
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.1
with:
working-directory: ${{ inputs.root }}/${{ inputs.workdir }}
project: ${{ inputs.toml }}
Expand Down

0 comments on commit feb5c8c

Please sign in to comment.