Skip to content

Commit ce47ad0

Browse files
authored
Merge pull request #1702 from netbootxyz/renovate/ansible-lint-25.x
Update dependency ansible-lint to v25.11.0
2 parents a1d1ad7 + 7d4d068 commit ce47ad0

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

0 commit comments

Comments
 (0)