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