Skip to content

Commit f91050e

Browse files
authored
Merge pull request #208 from arduino/dependabot/github_actions/liskin/gh-problem-matcher-wrap-3
build(deps): bump liskin/gh-problem-matcher-wrap from 2 to 3
2 parents c6c8132 + 67ca674 commit f91050e

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)