Update https://github.com/ansible/ansible-lint action to v26
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m24s
/ Ansible Lint (push) Successful in 2m28s

This commit is contained in:
Renovate 2026-01-09 02:15:55 +00:00
commit 174e3b82c3

View file

@ -24,7 +24,7 @@ jobs:
# work in our environmnet. # work in our environmnet.
# Rather manually setup python (pip) before instead. # Rather manually setup python (pip) before instead.
- name: Run ansible-lint - name: Run ansible-lint
uses: https://github.com/ansible/ansible-lint@v25.11.0 uses: https://github.com/ansible/ansible-lint@v26.1.0
with: with:
setup_python: "false" setup_python: "false"
requirements_file: "requirements.yml" requirements_file: "requirements.yml"