misc(repo): revert pylint python version to 3.11.2

This commit is contained in:
Seaswimmer 2023-09-23 08:29:38 -04:00
parent 3d2b860271
commit d214d59ec2
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -7,7 +7,7 @@ jobs:
container: catthehacker/ubuntu:act-latest
strategy:
matrix:
python-version: ["3.11.5"]
python-version: ["3.11.2"]
steps:
- name: Checkout
uses: actions/checkout@v3.6.0