From a561b9f9ae2a259644e84ddd8ec2f4d722cf9b0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 02:43:57 +0000 Subject: [PATCH] Bump liskin/gh-problem-matcher-wrap Bumps the github-actions group with 1 update in the / directory: [liskin/gh-problem-matcher-wrap](https://github.com/liskin/gh-problem-matcher-wrap). Updates `liskin/gh-problem-matcher-wrap` from 3 to 4 - [Release notes](https://github.com/liskin/gh-problem-matcher-wrap/releases) - [Commits](https://github.com/liskin/gh-problem-matcher-wrap/compare/v3...v4) --- updated-dependencies: - dependency-name: liskin/gh-problem-matcher-wrap dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 8407fc37..909ce0f3 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -47,7 +47,7 @@ jobs: - name: Install typing dependencies run: pip install mypy pytest -r requirements.txt - name: Mypy - uses: liskin/gh-problem-matcher-wrap@v3 + uses: liskin/gh-problem-matcher-wrap@v4 with: linters: mypy run: mypy --show-column-numbers