fix: Use Python 3.12 instead of 3.11
This commit is contained in:
@@ -153,7 +153,7 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Install Ansible
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user