Skip to content

Commit cd2dce7

Browse files
authored
Merge pull request #650 from arduino/dependabot/github_actions/liskin/gh-problem-matcher-wrap-3
Bump liskin/gh-problem-matcher-wrap from 2 to 3
2 parents 79f9abf + 663f444 commit cd2dce7

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
@@ -55,7 +55,7 @@ jobs:
5555
version: 3.x
5656

5757
- name: Run flake8
58-
uses: liskin/gh-problem-matcher-wrap@v2
58+
uses: liskin/gh-problem-matcher-wrap@v3
5959
with:
6060
linters: flake8
6161
run: task python:lint

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
8484
8585
- name: Run ShellCheck
86-
uses: liskin/gh-problem-matcher-wrap@v2
86+
uses: liskin/gh-problem-matcher-wrap@v3
8787
continue-on-error: ${{ matrix.configuration.continue-on-error }}
8888
with:
8989
linters: gcc

0 commit comments

Comments
 (0)