Skip to content

Commit 0e2e7aa

Browse files
authored
Merge pull request #460 from arduino/dependabot/github_actions/liskin/gh-problem-matcher-wrap-2
Bump liskin/gh-problem-matcher-wrap from 1 to 2
2 parents 1c0daa2 + e259844 commit 0e2e7aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
version: 3.x
5454

5555
- name: Run flake8
56-
uses: liskin/gh-problem-matcher-wrap@v1
56+
uses: liskin/gh-problem-matcher-wrap@v2
5757
with:
5858
linters: flake8
5959
run: task python:lint

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
8282
8383
- name: Run ShellCheck
84-
uses: liskin/gh-problem-matcher-wrap@v1
84+
uses: liskin/gh-problem-matcher-wrap@v2
8585
continue-on-error: ${{ matrix.configuration.continue-on-error }}
8686
with:
8787
linters: gcc

0 commit comments

Comments
 (0)