diff --git a/action.yml b/action.yml index c951104..7798086 100644 --- a/action.yml +++ b/action.yml @@ -171,7 +171,7 @@ runs: glob_pattern: "**/*.py" - if: ${{ inputs.python_tool == 'pyright' || inputs.pyright == 'true' }} - uses: jakebailey/pyright-action@v2.3.1 + uses: jakebailey/pyright-action@v2.3.3 with: working-directory: ${{ inputs.root }} project: ${{ inputs.toml }}