From a103f4b88f0318009d528f631ef18edc76ef846c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 02:56:17 +0000 Subject: [PATCH] Bump liskin/gh-problem-matcher-wrap in the github-actions group Bumps the github-actions group with 1 update: [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 d281493..d4a3e65 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -31,7 +31,7 @@ jobs: - name: Install package run: pip install -e ".[test]" - name: Mypy - uses: liskin/gh-problem-matcher-wrap@v3 + uses: liskin/gh-problem-matcher-wrap@v4 with: linters: mypy run: mypy --show-column-numbers