1
0
mirror of https://github.com/django/django.git synced 2025-07-07 11:19:12 +00:00

[4.0.x] Bumped gh-problem-matcher-wrap version to 2.0.0.

This avoids issues with using deprecated Node.js 12 actions.

Backport of 744a1af7f943106e30d538e6ace55c2c66ccd791 from main.
This commit is contained in:
Mariusz Felisiak 2022-11-22 11:59:48 +01:00
parent a882fa22ba
commit 24aad2d128

View File

@ -19,7 +19,8 @@ jobs:
python-version: 3.9 python-version: 3.9
- run: python -m pip install flake8 - run: python -m pip install flake8
- name: flake8 - name: flake8
uses: liskin/gh-problem-matcher-wrap@v1 # Pinned to v2.0.0.
uses: liskin/gh-problem-matcher-wrap@d8afa2cfb66dd3f982b1950429e652bc14d0d7d2
with: with:
linters: flake8 linters: flake8
run: flake8 run: flake8
@ -35,7 +36,8 @@ jobs:
python-version: 3.9 python-version: 3.9
- run: python -m pip install isort - run: python -m pip install isort
- name: isort - name: isort
uses: liskin/gh-problem-matcher-wrap@v1 # Pinned to v2.0.0.
uses: liskin/gh-problem-matcher-wrap@d8afa2cfb66dd3f982b1950429e652bc14d0d7d2
with: with:
linters: isort linters: isort
run: isort --check --diff django tests scripts run: isort --check --diff django tests scripts