From 16b00263d8b733ed11ab788f8a202e2b99d2e6b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 00:28:12 +0000 Subject: [PATCH] Bump tsuyoshicho/action-mypy from 3 to 4 Bumps [tsuyoshicho/action-mypy](https://github.com/tsuyoshicho/action-mypy) from 3 to 4. - [Release notes](https://github.com/tsuyoshicho/action-mypy/releases) - [Commits](https://github.com/tsuyoshicho/action-mypy/compare/v3...v4) --- updated-dependencies: - dependency-name: tsuyoshicho/action-mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 899cec1..e99a79c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -51,7 +51,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: mypy - uses: tsuyoshicho/action-mypy@v3 + uses: tsuyoshicho/action-mypy@v4 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review