2 Commits

Author SHA1 Message Date
f620af1b12 chore(deps): update ansible/ansible-lint action to v25.9.0
Some checks failed
Ansible Linter / ansible-lint (push) Failing after 3s
Ansible Linter / ansible-lint (pull_request) Failing after 2s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Lint Markdown files / markdown-lint (push) Successful in 9s
2025-09-18 22:01:54 +00:00
b35163be63 chore(deps): update actions/checkout to v5.0.0
Some checks failed
Ansible Linter / ansible-lint (push) Failing after 4s
Lint Markdown files / markdown-lint (push) Successful in 10s
2025-09-18 22:32:06 +02:00

View File

@ -12,9 +12,9 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5.0.0
- name: Run ansible-lint
uses: ansible/ansible-lint@v25.8.2
uses: ansible/ansible-lint@v25.9.0
with:
args: "--config-file .ansible-lint"
setup_python: "true"