Skip to content

Commit 67ca674

Browse files
build(deps): bump liskin/gh-problem-matcher-wrap from 2 to 3
Bumps [liskin/gh-problem-matcher-wrap](https://github.com/liskin/gh-problem-matcher-wrap) from 2 to 3. - [Release notes](https://github.com/liskin/gh-problem-matcher-wrap/releases) - [Commits](liskin/gh-problem-matcher-wrap@v2...v3) --- updated-dependencies: - dependency-name: liskin/gh-problem-matcher-wrap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6c8132 commit 67ca674

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-python-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
version: 3.x
8484

8585
- name: Run flake8
86-
uses: liskin/gh-problem-matcher-wrap@v2
86+
uses: liskin/gh-problem-matcher-wrap@v3
8787
with:
8888
linters: flake8
8989
run: task python:lint

.github/workflows/test-python-poetry-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
version: 3.x
8989

9090
- name: Run tests
91-
uses: liskin/gh-problem-matcher-wrap@v2
91+
uses: liskin/gh-problem-matcher-wrap@v3
9292
with:
9393
linters: pytest
9494
run: task python:test

0 commit comments

Comments
 (0)