From 075a4b51c7a221bdb01736b0d3e82bc54869f7ab Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 22 Nov 2022 11:59:48 +0100 Subject: [PATCH] [4.1.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. --- .github/workflows/linters.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 0cabb45934..444528e06c 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -27,7 +27,8 @@ jobs: python-version: '3.10' - 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 @@ -43,7 +44,8 @@ jobs: python-version: '3.10' - 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