diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04feacb1cb..39514ecf79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: | python -m pip install flake8 - name: Lint with flake8 - uses: liskin/gh-problem-matcher-wrap@v1 + uses: liskin/gh-problem-matcher-wrap@v2 with: linters: flake8 run: flake8 --extend-ignore=E203 faker tests @@ -82,7 +82,7 @@ jobs: run: | python -m pip install isort - name: Import order checking with isort - uses: liskin/gh-problem-matcher-wrap@v1 + uses: liskin/gh-problem-matcher-wrap@v2 with: linters: isort run: isort --check --diff . @@ -159,7 +159,7 @@ jobs: run: | python -m pip install mypy - name: Static type checking with mypy - uses: liskin/gh-problem-matcher-wrap@v1 + uses: liskin/gh-problem-matcher-wrap@v2 with: linters: mypy run: mypy --install-types --non-interactive --config mypy.ini faker @@ -188,7 +188,7 @@ jobs: - name: Install Tox and any other packages run: python -m pip install tox coveralls - name: pytest - uses: liskin/gh-problem-matcher-wrap@v1 + uses: liskin/gh-problem-matcher-wrap@v2 with: linters: pytest run: tox -e py