Skip to content

Commit

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

Bump liskin/gh-problem-matcher-wrap from 2 to 3 in /workflow-templates
  • Loading branch information
per1234 authored Dec 6, 2023
2 parents 76df0e6 + a81d20b commit ce1c89b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 @@ -85,7 +85,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/check-shell-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
- name: Run ShellCheck
uses: liskin/gh-problem-matcher-wrap@v2
uses: liskin/gh-problem-matcher-wrap@v3
continue-on-error: ${{ matrix.configuration.continue-on-error }}
with:
linters: gcc
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 @@ -81,7 +81,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
2 changes: 1 addition & 1 deletion workflow-templates/check-python-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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 workflow-templates/check-shell-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
- name: Run ShellCheck
uses: liskin/gh-problem-matcher-wrap@v2
uses: liskin/gh-problem-matcher-wrap@v3
continue-on-error: ${{ matrix.configuration.continue-on-error }}
with:
linters: gcc
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/test-python-poetry-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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

0 comments on commit ce1c89b

Please sign in to comment.