diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-22 11:59:48 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-22 12:03:53 +0100 |
| commit | 24aad2d12823b07be877e36be29a40b46e7f173e (patch) | |
| tree | 49cd4185fdacaffb7bc410a5c1331f7ba0983c9b | |
| parent | a882fa22ba7dd82826140e8e7d12309a4603cc07 (diff) | |
[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.
| -rw-r--r-- | .github/workflows/linters.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 18d42a857c..66bd4f5824 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -19,7 +19,8 @@ jobs: python-version: 3.9 - run: python -m pip install flake8 - name: flake8 - uses: liskin/gh-problem-matcher-wrap@v1 + # Pinned to v2.0.0. + uses: liskin/gh-problem-matcher-wrap@d8afa2cfb66dd3f982b1950429e652bc14d0d7d2 with: linters: flake8 run: flake8 @@ -35,7 +36,8 @@ jobs: python-version: 3.9 - run: python -m pip install isort - name: isort - uses: liskin/gh-problem-matcher-wrap@v1 + # Pinned to v2.0.0. + uses: liskin/gh-problem-matcher-wrap@d8afa2cfb66dd3f982b1950429e652bc14d0d7d2 with: linters: isort run: isort --check --diff django tests scripts |
