From d5910359f154982ea9762987acc33eb04b7ebfb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 10:50:26 -0500 Subject: [PATCH] Updating action.yml with new release version (#1851) Co-authored-by: SuperLinter Automation --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f0a9f07a..9cc48680 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.6.0' + image: 'docker://ghcr.io/github/super-linter:v4.6.1' branding: icon: 'check-square' color: 'white'