[v28] ansible-lint upgrade to v24.2.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2024-04-02 23:41:10 +02:00
parent f6eae7927b
commit defd2dfcf3
2 changed files with 2 additions and 2 deletions

View File

@ -36,4 +36,4 @@ steps:
# tags # tags
tags: tags:
- 'latest' - 'latest'
- 'v27' - 'v28'

View File

@ -2,7 +2,7 @@
ARG ANSIBLE_VERSION=2.13.13 ARG ANSIBLE_VERSION=2.13.13
# renovate: datasource=pypi depName=ansible-lint versioning=pep440 # renovate: datasource=pypi depName=ansible-lint versioning=pep440
ARG ANSIBLE_LINT_VERSION=6.22.0 ARG ANSIBLE_LINT_VERSION=24.2.1
# renovate: datasource=pypi depName=yamllint versioning=pep440 # renovate: datasource=pypi depName=yamllint versioning=pep440
ARG YAMLLINT_VERSION=1.33.0 ARG YAMLLINT_VERSION=1.33.0