From 7d5dc989c55aaba9d3b7194a7496cdfaa4866af3 Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Fri, 12 Nov 2021 15:38:09 -0600 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4adfba55..d7d993cc 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.1' + image: 'docker://ghcr.io/github/super-linter:v4.8.3' branding: icon: 'check-square' color: 'white'