Skip to content

Commit

Permalink
Merge pull request #208 from arduino/dependabot/github_actions/liskin…
Browse files Browse the repository at this point in the history
…/gh-problem-matcher-wrap-3

build(deps): bump liskin/gh-problem-matcher-wrap from 2 to 3
  • Loading branch information
per1234 authored Dec 5, 2023
2 parents c6c8132 + 67ca674 commit f91050e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-python-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
version: 3.x

- name: Run flake8
uses: liskin/gh-problem-matcher-wrap@v2
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: flake8
run: task python:lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python-poetry-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
version: 3.x

- name: Run tests
uses: liskin/gh-problem-matcher-wrap@v2
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: pytest
run: task python:test
Expand Down

0 comments on commit f91050e

Please sign in to comment.