Skip to content

Commit 2e2a2ef

Browse files
committed
Trying with version 6.1.0
1 parent 5a24a0c commit 2e2a2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# requirements.txt.
3333
# And we choose an ansible-lint version to be compatible with this
3434
# Ansible version.
35-
pip3 install ansible-core==2.17.7 ansible-lint[core]==5.4.0 --user
35+
pip3 install ansible-core==2.17.7 ansible-lint[core]==6.1.0 --user
3636
- name: Run ansible-lint
3737
run: |
3838
export PATH=$PATH:$HOME/.local/bin

0 commit comments

Comments
 (0)