From ec410c9131fbba3d1c4d315115e690fbd5ea7522 Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Tue, 28 Sep 2021 08:36:13 -0500 Subject: [PATCH] bump version for release --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c5ad8bf3..4d87b8d4 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.7.3' + image: 'docker://ghcr.io/github/super-linter:v4.8.0' branding: icon: 'check-square' color: 'white'