Skip to content

Commit

Permalink
Update ansible-lint GHA
Browse files Browse the repository at this point in the history
There seems to be a bug in older versions of ansible-lint where pinning
to a version for the GHA still installs the main branch.
  • Loading branch information
gravesm committed May 7, 2024
1 parent 86d9a3f commit d8d9133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- uses: actions/checkout@v4

- name: Run ansible-lint
uses: ansible/ansible-lint@v6.21.0
uses: ansible/ansible-lint@v24.2.3

0 comments on commit d8d9133

Please sign in to comment.