Skip to content

Commit 663f444

Browse files
Bump liskin/gh-problem-matcher-wrap from 2 to 3
Bumps [liskin/gh-problem-matcher-wrap](https://github.com/liskin/gh-problem-matcher-wrap) from 2 to 3. - [Release notes](https://github.com/liskin/gh-problem-matcher-wrap/releases) - [Commits](liskin/gh-problem-matcher-wrap@v2...v3) --- updated-dependencies: - dependency-name: liskin/gh-problem-matcher-wrap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79f9abf commit 663f444

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)