We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1d1ad7 + 7d4d068 commit ce47ad0Copy full SHA for ce47ad0
.github/workflows/pull-requests.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
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
+ pip install ansible-lint==25.11.0 # renovate: datasource=pypi depName=ansible-lint
26
27
- name: Syntax Check
28
0 commit comments