Skip to content

Commit cb9a198

Browse files
Update dependency ansible-lint to v25.12.0
1 parent e074572 commit cb9a198

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.12.0 # renovate: datasource=pypi depName=ansible-lint
2626
2727
- name: Syntax Check
2828
run: |

0 commit comments

Comments
 (0)