Skip to content

Commit 586eeb1

Browse files
Update dependency ansible-lint to v26.4.0
1 parent 6b1796d commit 586eeb1

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
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install ansible==13.5.0 # renovate: datasource=pypi depName=ansible
25-
pip install ansible-lint==26.3.0 # renovate: datasource=pypi depName=ansible-lint
25+
pip install ansible-lint==26.4.0 # renovate: datasource=pypi depName=ansible-lint
2626
2727
- name: Syntax Check
2828
run: |

0 commit comments

Comments
 (0)