workflow: Python3.14->3.13, precludes RC Ansible
All checks were successful
ansible-lint / ansible-lint (push) Successful in 26s
All checks were successful
ansible-lint / ansible-lint (push) Successful in 26s
This commit is contained in:
parent
585f44598a
commit
f4eff45aea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ansible-lint.yml
vendored
2
.github/workflows/ansible-lint.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.14'
|
python-version: '3.13' # 3.14 requires ansible 2.20+, RC currently
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: '1'
|
FORCE_COLOR: '1'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue