From 6b9414b72d1dbf13f3322d73ed5eef4b67525a76 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Tue, 4 Oct 2022 11:22:23 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3f1aba98..c18dbed8 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.9.6' + image: 'docker://ghcr.io/github/super-linter:v4.9.7' branding: icon: 'check-square' color: 'white'