Skip to content

Commit 863beb2

Browse files
Update dependency ansible-lint to v25.11.1
1 parent a3e7bf0 commit 863beb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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==12.2.0 # renovate: datasource=pypi depName=ansible
25-
pip install ansible-lint==25.11.0 # renovate: datasource=pypi depName=ansible-lint
25+
pip install ansible-lint==25.11.1 # renovate: datasource=pypi depName=ansible-lint
2626
2727
- name: Syntax Check
2828
run: |

0 commit comments

Comments
 (0)