From 6e983e8ad51bbc614a5778d1ae91d21cc5490ccb Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Wed, 16 Aug 2023 11:04:16 -0700 Subject: [PATCH] Use latest major slim version (#4565) fixes #4564 --- slim/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slim/action.yml b/slim/action.yml index 9aa3ed8c..862dc017 100644 --- a/slim/action.yml +++ b/slim/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/super-linter/super-linter:slim-v5.2.0' + image: 'docker://ghcr.io/super-linter/super-linter:slim-v5' branding: icon: 'check-square' color: 'white'