From e62aca608a25c366e098b8caca42e1879a8b1698 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 17:27:21 -0500 Subject: [PATCH] Updating action.yml with new release version (#1503) Co-authored-by: SuperLinter Automation --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1b855ef1..9fb1f351 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.16.1' + image: 'docker://ghcr.io/github/super-linter:v3.16.2' branding: icon: 'check-square' color: 'white'