From 5c934c85a0d10c0d204789d2bce6ab8f4ee14938 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 23:23:25 +0000 Subject: [PATCH] chore(deps): update dependency ansible to v7 Signed-off-by: Renovate Bot --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 883f68f..06b029d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This action allows you to run `ansible-lint` with no additional options. The following versions are available in the main branch: ``` -ansible version: 5.5.0 +ansible version: 7.3.0 ansible-lint version: 6.0.2 ``` diff --git a/requirements.txt b/requirements.txt index e727402..8eb03ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ ansible-lint==6.0.2 -ansible==5.5.0 +ansible==7.3.0