From 5addcc287344a2d10d5a07d8b4576c2319d9fef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 23:14:00 +0000 Subject: [PATCH] Bump ansible-lint from 6.1.0 to 6.2.0 in /.github/workflows Bumps [ansible-lint](https://github.com/ansible-community/ansible-lint) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/ansible-community/ansible-lint/releases) - [Commits](https://github.com/ansible-community/ansible-lint/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: ansible-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 1f7af88..ee31b8b 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ pip==22.1 ansible==5.7.1 yamllint==1.26.3 -ansible-lint==6.1.0 +ansible-lint==6.2.0 poetry==1.1.13