From 24e1042fe8e69a84b20768dd50ccb581fc4a8ce8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 09:19:28 -0500 Subject: [PATCH] Updating action.yml with new release version (#1481) Co-authored-by: SuperLinter Automation --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7869f2db..03e066a5 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:v3.15.5' + image: 'docker://ghcr.io/github/super-linter:v3.16.0' branding: icon: 'check-square' color: 'white'