Skip to content

Commit 3853716

Browse files
committed
Bump ansible-lint pins
1 parent 7bd2e2d commit 3853716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Install ansible-lint
2727
run: |
28-
pip install ansible-core==2.16.* ansible-lint==24.*
28+
pip install ansible-core==2.18.* ansible-lint==25.*
2929
3030
- name: Lint Ansible playbooks
3131
run: |

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ansible<10
1+
ansible<12
22
jmespath==0.10.0

0 commit comments

Comments
 (0)