Skip to content

Commit 88fe3d9

Browse files
Bump liskin/gh-problem-matcher-wrap from 2 to 3 in /workflow-templates
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] <support@github.com>
1 parent 321368f commit 88fe3d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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)