Skip to content

Commit e259844

Browse files
Bump liskin/gh-problem-matcher-wrap from 1 to 2
Bumps [liskin/gh-problem-matcher-wrap](https://github.com/liskin/gh-problem-matcher-wrap) from 1 to 2. - [Release notes](https://github.com/liskin/gh-problem-matcher-wrap/releases) - [Commits](liskin/gh-problem-matcher-wrap@v1...v2) --- 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 1c0daa2 commit e259844

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)