Update ansible/ansible-lint action to v25.8.2

This commit is contained in:
renovate[bot]
2025-08-21 14:55:24 +00:00
committed by Slavi Pantaleev
parent 06ab77fdcc
commit b2c9468ac2

View File

@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Run ansible-lint - name: Run ansible-lint
uses: ansible/ansible-lint@v25.8.1 uses: ansible/ansible-lint@v25.8.2
with: with:
args: "roles/custom" args: "roles/custom"
setup_python: "true" setup_python: "true"