From 7ca0f60dc4ccad6670c0a98bfa7ab97218e7dd67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:24:19 +0000 Subject: [PATCH] Bump tsuyoshicho/action-mypy from 4 to 5 Bumps [tsuyoshicho/action-mypy](https://github.com/tsuyoshicho/action-mypy) from 4 to 5. - [Release notes](https://github.com/tsuyoshicho/action-mypy/releases) - [Commits](https://github.com/tsuyoshicho/action-mypy/compare/v4...v5) --- updated-dependencies: - dependency-name: tsuyoshicho/action-mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index d728748..80774e1 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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]. @@ -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].