Skip to content

Commit a81d20b

Browse files
dependabot[bot]per1234
authored andcommitted
Bump liskin/gh-problem-matcher-wrap from 2 to 3 in /.github/workflows
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 88fe3d9 commit a81d20b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
117117
118118
- name: Run ShellCheck
119-
uses: liskin/gh-problem-matcher-wrap@v2
119+
uses: liskin/gh-problem-matcher-wrap@v3
120120
continue-on-error: ${{ matrix.configuration.continue-on-error }}
121121
with:
122122
linters: gcc

.github/workflows/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)