From 34c3233e75205d03096f0f9b4a042b8782e59b89 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 15 Mar 2022 20:16:55 +0100 Subject: [PATCH] v1.2.0 Signed-off-by: Christian Berendt --- README.md | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9023799..8d6d966 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.4.0 +ansible version: 5.5.0 ansible-lint version: 5.4.0 ``` @@ -13,6 +13,7 @@ The following versions are available in the releases: | Version | ansible-lint | ansible | |---------|--------------|---------| +| v1.2.0 | 5.4.0 | 5.5.0 | | v1.1.0 | 5.4.0 | 5.4.0 | | v1.0.0 | 5.3.2 | 5.2.0 | diff --git a/requirements.txt b/requirements.txt index 01fb1bd..41f4dfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ ansible-lint==5.4.0 -ansible==5.4.0 +ansible==5.5.0