From d09b2a386f82b4ec75d2dc21937b56f6523e1171 Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Wed, 26 Jan 2022 12:17:42 -0600 Subject: [PATCH] bump release --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 35b19d94..932d5590 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: 'GitHub' description: 'It is a simple combination of various linters, written in bash, to help validate your source code.' runs: using: 'docker' - image: 'docker://ghcr.io/github/super-linter:v4.8.5' + image: 'docker://ghcr.io/github/super-linter:v4.8.6' branding: icon: 'check-square' color: 'white'