Skip to content

Commit

Permalink
Make the documentation not use a very old version of ansible-lint by …
Browse files Browse the repository at this point in the history
…default (#4246)
  • Loading branch information
JensTimmerman authored Jul 18, 2024
1 parent 26d83ea commit 2e4e7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v6
uses: ansible/ansible-lint@main
```
Due to limitations on how GitHub Actions are processing arguments, we do not
Expand Down

0 comments on commit 2e4e7e4

Please sign in to comment.