Skip to content

Commit 7d8384d

Browse files
committed
fix: flake8 linter
1 parent 0fa47cd commit 7d8384d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
lint:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v4
99
- name: Set up Python
10-
uses: actions/setup-python@v2
10+
uses: actions/setup-python@v5
1111
with:
12-
python-version: '3.8'
12+
python-version: '3.12'
1313
- name: Install flake8
1414
run: |
1515
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)