We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eeca1c + e3fe721 commit 0301e62Copy full SHA for 0301e62
.github/workflows/ansible.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/checkout@v4
33
34
- name: Run ansible-lint
35
- uses: ansible/ansible-lint@v24.12.2 # or version tag instead of 'main'
+ uses: ansible/ansible-lint@v25.1.0 # or version tag instead of 'main'
36
with:
37
args: "ansible"
38
0 commit comments