summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-08-09 23:40:55 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-08-09 23:40:55 +0300
commit88320ee9c2441d4df5aa004bd751bcd7d52ad983 (patch)
treee2176e80666ff73368d0fd33f0743298d91fabc7
parent57cec4e7ce54ba39a4b9582f793d906dd9646322 (diff)
downloadwheel-git-88320ee9c2441d4df5aa004bd751bcd7d52ad983.tar.gz
Updated the flake8 action to the latest version
-rw-r--r--.github/workflows/codeqa-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml
index a0f7b04..5973142 100644
--- a/.github/workflows/codeqa-test.yml
+++ b/.github/workflows/codeqa-test.yml
@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Check code style with Flake8
- uses: TrueBrain/actions-flake8@v1.2
+ uses: TrueBrain/actions-flake8@v2
with:
path: src tests