From a6c760f672f4527a5de337f65aadd42f8aa9c633 Mon Sep 17 00:00:00 2001 From: Philip Mallegol-Hansen Date: Sat, 20 Jun 2020 10:15:07 -0700 Subject: [PATCH] Advertise newest version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Our documentation should probably prompt people to use the version that doesn't contain a bug 😅 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab2353f1..8e6d6f39 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: docker://github/super-linter:v2.1.0 + uses: docker://github/super-linter:v2.1.1 env: VALIDATE_ALL_CODEBASE: false VALIDATE_ANSIBLE: false