Skip to content

Commit edfff6d

Browse files
build: Bump liskin/gh-problem-matcher-wrap from 1 to 2 (#93)
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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8ea976 commit edfff6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install flake8
1717
run: pip install --upgrade flake8
1818
- name: Run flake8
19-
uses: liskin/gh-problem-matcher-wrap@v1
19+
uses: liskin/gh-problem-matcher-wrap@v2
2020
with:
2121
linters: flake8
2222
run: flake8
@@ -32,7 +32,7 @@ jobs:
3232
python-version: 3.9
3333
- run: python -m pip install isort
3434
- name: isort
35-
uses: liskin/gh-problem-matcher-wrap@v1
35+
uses: liskin/gh-problem-matcher-wrap@v2
3636
with:
3737
linters: isort
3838
run: isort -c -rc -df classytags

0 commit comments

Comments
 (0)