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.
1 parent 6b1796d commit 586eeb1Copy full SHA for 586eeb1
1 file changed
.github/workflows/pull-requests.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
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
+ pip install ansible-lint==26.4.0 # renovate: datasource=pypi depName=ansible-lint
26
27
- name: Syntax Check
28
0 commit comments