Skip to content

Commit 52820af

Browse files
Update dependency ansible to v14
1 parent 8172908 commit 52820af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install ansible==13.6.0 # renovate: datasource=pypi depName=ansible
24+
pip install ansible==14.1.0 # renovate: datasource=pypi depName=ansible
2525
pip install ansible-lint==26.4.0 # renovate: datasource=pypi depName=ansible-lint
2626
2727
- name: Syntax Check

0 commit comments

Comments
 (0)