Skip to content

Commit 3db8495

Browse files
authored
Update ansible-core dependency version in CI
1 parent e6801b7 commit 3db8495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: '3.x'
2424

2525
- name: Install test dependencies.
26-
run: pip3 install yamllint ansible-core ansible-lint
26+
run: pip3 install yamllint ansible-core>=2.20.0 ansible-lint
2727

2828
- name: Lint code.
2929
run: |

0 commit comments

Comments
 (0)