misc(repo): revert pylint python version to 3.11.2
This commit is contained in:
parent
3d2b860271
commit
d214d59ec2
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ jobs:
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.11.5"]
|
python-version: ["3.11.2"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3.6.0
|
uses: actions/checkout@v3.6.0
|
||||||
|
|
Loading…
Reference in a new issue