Skip to content

Commit ce1c89b

Browse files
authored
Merge pull request #427 from arduino/dependabot/github_actions/workflow-templates/liskin/gh-problem-matcher-wrap-3
Bump liskin/gh-problem-matcher-wrap from 2 to 3 in /workflow-templates
2 parents 76df0e6 + a81d20b commit ce1c89b

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
version: 3.x
8686

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
117117
118118
- name: Run ShellCheck
119-
uses: liskin/gh-problem-matcher-wrap@v2
119+
uses: liskin/gh-problem-matcher-wrap@v3
120120
continue-on-error: ${{ matrix.configuration.continue-on-error }}
121121
with:
122122
linters: gcc

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
version: 3.x
8282

8383
- name: Run tests
84-
uses: liskin/gh-problem-matcher-wrap@v2
84+
uses: liskin/gh-problem-matcher-wrap@v3
8585
with:
8686
linters: pytest
8787
run: task python:test

workflow-templates/check-python-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
version: 3.x
8686

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

workflow-templates/check-shell-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
118118
119119
- name: Run ShellCheck
120-
uses: liskin/gh-problem-matcher-wrap@v2
120+
uses: liskin/gh-problem-matcher-wrap@v3
121121
continue-on-error: ${{ matrix.configuration.continue-on-error }}
122122
with:
123123
linters: gcc

workflow-templates/test-python-poetry-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
version: 3.x
8282

8383
- name: Run tests
84-
uses: liskin/gh-problem-matcher-wrap@v2
84+
uses: liskin/gh-problem-matcher-wrap@v3
8585
with:
8686
linters: pytest
8787
run: task python:test

0 commit comments

Comments
 (0)