From 9631ae3639c95d9b7ee24b992d58dcaf372a3bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 10:02:08 -0700 Subject: [PATCH] Bump ansible-lint in /.github/workflows/requirements (#101) Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 24.2.3 to 24.5.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.2.3...v24.5.0) --- updated-dependencies: - dependency-name: ansible-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/requirements/requirements_ansible_lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements/requirements_ansible_lint.txt b/.github/workflows/requirements/requirements_ansible_lint.txt index ec64a5f..b2f08e1 100644 --- a/.github/workflows/requirements/requirements_ansible_lint.txt +++ b/.github/workflows/requirements/requirements_ansible_lint.txt @@ -2,4 +2,4 @@ ansible-core==2.16.6 jinja2==3.1.4 ansible-compat==24.5.1 yamllint==1.35.1 -ansible-lint==24.2.3 \ No newline at end of file +ansible-lint==24.5.0 \ No newline at end of file