Skip to content

Commit

Permalink
Bump tsuyoshicho/action-mypy from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [tsuyoshicho/action-mypy](https://github.com/tsuyoshicho/action-mypy) from 4 to 5.
- [Release notes](https://github.com/tsuyoshicho/action-mypy/releases)
- [Commits](tsuyoshicho/action-mypy@v4...v5)

---
updated-dependencies:
- dependency-name: tsuyoshicho/action-mypy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 762fe7c commit 7ca0f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: python -m pip install .[typing]

- name: Mypy on modified files
uses: tsuyoshicho/action-mypy@v4
uses: tsuyoshicho/action-mypy@v5
with:
github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
Expand All @@ -134,7 +134,7 @@ jobs:
fail_on_error: false

- name: Mypy on required files
uses: tsuyoshicho/action-mypy@v4
uses: tsuyoshicho/action-mypy@v5
with:
github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
Expand Down

0 comments on commit 7ca0f60

Please sign in to comment.