summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-10-26 08:18:47 +0200
committerGitHub <noreply@github.com>2022-10-26 08:18:47 +0200
commit02940ebce1acfc8b43b40abfc718209101ad92b2 (patch)
tree99e7d2564ed5f0c12b96130fc7100dd970f84999 /.github
parent6d41f5e5edc54fec9f71540fbddb1197a862b9cc (diff)
downloaddjango-02940ebce1acfc8b43b40abfc718209101ad92b2.tar.gz
Bumped gh-problem-matcher-wrap version to 1.0.2.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linters.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index eaa11ced3c..37904b5d5d 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -30,8 +30,8 @@ jobs:
python-version: '3.10'
- run: python -m pip install flake8
- name: flake8
- # Pinned to v1.0.1.
- uses: liskin/gh-problem-matcher-wrap@d9e345a28ab1eeb00c349e8bb199a102aa58acba
+ # Pinned to v1.0.2.
+ uses: liskin/gh-problem-matcher-wrap@e7d110d699a16b3dead9ef8b1f9470f93765ae95
with:
linters: flake8
run: flake8
@@ -47,8 +47,8 @@ jobs:
python-version: '3.10'
- run: python -m pip install isort
- name: isort
- # Pinned to v1.0.1.
- uses: liskin/gh-problem-matcher-wrap@d9e345a28ab1eeb00c349e8bb199a102aa58acba
+ # Pinned to v1.0.2.
+ uses: liskin/gh-problem-matcher-wrap@e7d110d699a16b3dead9ef8b1f9470f93765ae95
with:
linters: isort
run: isort --check --diff django tests scripts