Skip to content

Commit 27c10aa

Browse files
authored
Merge pull request #288 from arduino/dependabot/github_actions/liskin/gh-problem-matcher-wrap-2
Bump liskin/gh-problem-matcher-wrap from 1 to 2
2 parents 6ba9e70 + 4ddc4fa commit 27c10aa

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

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

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

8484
- name: Run flake8
85-
uses: liskin/gh-problem-matcher-wrap@v1
85+
uses: liskin/gh-problem-matcher-wrap@v2
8686
with:
8787
linters: flake8
8888
run: task python:lint

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
108108
109109
- name: Run ShellCheck
110-
uses: liskin/gh-problem-matcher-wrap@v1
110+
uses: liskin/gh-problem-matcher-wrap@v2
111111
continue-on-error: ${{ matrix.configuration.continue-on-error }}
112112
with:
113113
linters: gcc

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
version: 3.x
7979

8080
- name: Run tests
81-
uses: liskin/gh-problem-matcher-wrap@v1
81+
uses: liskin/gh-problem-matcher-wrap@v2
8282
with:
8383
linters: pytest
8484
run: task python:test

workflow-templates/check-python-task.yml

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

8484
- name: Run flake8
85-
uses: liskin/gh-problem-matcher-wrap@v1
85+
uses: liskin/gh-problem-matcher-wrap@v2
8686
with:
8787
linters: flake8
8888
run: task python:lint

workflow-templates/check-shell-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
108108
109109
- name: Run ShellCheck
110-
uses: liskin/gh-problem-matcher-wrap@v1
110+
uses: liskin/gh-problem-matcher-wrap@v2
111111
continue-on-error: ${{ matrix.configuration.continue-on-error }}
112112
with:
113113
linters: gcc

workflow-templates/dependabot/workflow-template-copies/.github/workflows/check-python-task.yml

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

8484
- name: Run flake8
85-
uses: liskin/gh-problem-matcher-wrap@v1
85+
uses: liskin/gh-problem-matcher-wrap@v2
8686
with:
8787
linters: flake8
8888
run: task python:lint

workflow-templates/dependabot/workflow-template-copies/.github/workflows/check-shell-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
108108
109109
- name: Run ShellCheck
110-
uses: liskin/gh-problem-matcher-wrap@v1
110+
uses: liskin/gh-problem-matcher-wrap@v2
111111
continue-on-error: ${{ matrix.configuration.continue-on-error }}
112112
with:
113113
linters: gcc

workflow-templates/dependabot/workflow-template-copies/.github/workflows/test-python-poetry-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
version: 3.x
7979

8080
- name: Run tests
81-
uses: liskin/gh-problem-matcher-wrap@v1
81+
uses: liskin/gh-problem-matcher-wrap@v2
8282
with:
8383
linters: pytest
8484
run: task python:test

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
version: 3.x
7979

8080
- name: Run tests
81-
uses: liskin/gh-problem-matcher-wrap@v1
81+
uses: liskin/gh-problem-matcher-wrap@v2
8282
with:
8383
linters: pytest
8484
run: task python:test

0 commit comments

Comments
 (0)